diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-09-29 04:57:48 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-09-29 04:57:48 +0000 |
commit | ebcdffe6b52500170179193c08ed76a83e5c1cb5 (patch) | |
tree | b17918389bbb1df5d39faaf4e4bed50758cb16e2 | |
parent | 867e83b9e50a9b4d812010adbb967ad12618df45 (diff) |
Notes
-rw-r--r-- | games/hlserver-cs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/hlserver-cs/Makefile b/games/hlserver-cs/Makefile index dd3e227c479f..587de2b82de8 100644 --- a/games/hlserver-cs/Makefile +++ b/games/hlserver-cs/Makefile @@ -23,7 +23,6 @@ DISTNAME?= ${PORTNAME}_${PORTVERSION:S/.//}_full MAINTAINER?= pat@databits.net -BUILD_DEPENDS= ${NONEXISTENT}:${HALFLIFESERVER_PORT}:patch RUN_DEPENDS= ${LINUXBASE}${HLDSDIR}${HL_PROGRAM}:${HALFLIFESERVER_PORT} ONLY_FOR_ARCHS= i386 @@ -32,6 +31,7 @@ NO_CDROM= "Size; the data set is much too big" NO_BUILD= yes .if (${PORTNAME}==cs) PORTREVISION= 1 +BUILD_DEPENDS= ${NONEXISTENT}:${HALFLIFESERVER_PORT}:patch WRKSRC?= ${WRKDIR}/cstrike .else WRKSRC?= ${WRKDIR}/${PORTNAME} |