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

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


Log Message:
-----------
Fix up depends.

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

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/games/linux-enemyterritory-omni-bot/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -L games/linux-enemyterritory-omni-bot/Makefile -L games/linux-enemyterritory-omni-bot/Makefile -u -r1.2 -r1.3
--- games/linux-enemyterritory-omni-bot/Makefile
+++ games/linux-enemyterritory-omni-bot/Makefile
@@ -17,7 +17,8 @@
 COMMENT=	Omni-Bot is a bot for Enemy Territory
 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