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

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Mar 22 12:47:15 EDT 2008


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

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

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


More information about the Midnightbsd-cvs mailing list