[Midnightbsd-cvs] mports: Makefile: fix up depends.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Mar 22 12:44:54 EDT 2008


Log Message:
-----------
fix up depends.

Modified Files:
--------------
    mports/games/linux-enemyterritory-etpub:
        Makefile (r1.2 -> r1.3)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/games/linux-enemyterritory-etpub/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -L games/linux-enemyterritory-etpub/Makefile -L games/linux-enemyterritory-etpub/Makefile -u -r1.2 -r1.3
--- games/linux-enemyterritory-etpub/Makefile
+++ games/linux-enemyterritory-etpub/Makefile
@@ -19,7 +19,8 @@
 COMMENT=	ET Pub - An Enemy Territory Modification
 LICENSE=	restricted
 
-DEPENDS=	et:${PORTSDIR}/games/linux-enemyterritory
+BUILD_DEPENDS=	et:${PORTSDIR}/games/linux-enemyterritory
+RUN_DEPENDS=	${BUILD_DEPENDS}
 
 USE_ZIP=	yes
 USE_LINUX=	yes


More information about the Midnightbsd-cvs mailing list