diff options
Diffstat (limited to '')
-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} |