[Midnightbsd-cvs] mports: Makefile: Set RUN DEPENDS as BUILD depends.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Aug 19 20:50:42 EDT 2007


Log Message:
-----------
Set RUN DEPENDS as BUILD depends.  Bump port revision for this and previous change.

Modified Files:
--------------
    mports/devel/autoconf213:
        Makefile (r1.3 -> r1.4)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/devel/autoconf213/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -Ldevel/autoconf213/Makefile -Ldevel/autoconf213/Makefile -u -r1.3 -r1.4
--- devel/autoconf213/Makefile
+++ devel/autoconf213/Makefile
@@ -8,7 +8,7 @@
 
 PORTNAME=	autoconf
 PORTVERSION=	2.13.000227
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_LOCAL}
 MASTER_SITE_SUBDIR=	ade/gnu
@@ -20,7 +20,7 @@
 FAKE_OPTS=	prefixhack
 
 BUILD_DEPENDS=	gm4:${PORTSDIR}/devel/m4
-RUN_DEPENDS=	gm4:${PORTSDIR}/devel/m4
+RUN_DEPENDS=	${BUILD_DEPENDS}
 
 BUILD_VERSION=	213
 PLIST_SUB=	BUILD_VERSION=${BUILD_VERSION}


More information about the Midnightbsd-cvs mailing list