diff options
author | lioux <lioux@FreeBSD.org> | 2001-09-29 12:57:48 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-09-29 12:57:48 +0800 |
commit | eabf48e2b67593498a99cdd59cf901aae02c9dea (patch) | |
tree | 9460b3d3cd8a86b175b7f92e91491e3c5c17a7ba /games/hlserver-cs | |
parent | 8ef23c6540be29f8925888a39a0c85f921d60c44 (diff) | |
download | freebsd-ports-gnome-eabf48e2b67593498a99cdd59cf901aae02c9dea.tar.gz freebsd-ports-gnome-eabf48e2b67593498a99cdd59cf901aae02c9dea.tar.zst freebsd-ports-gnome-eabf48e2b67593498a99cdd59cf901aae02c9dea.zip |
protect slave ports
Diffstat (limited to 'games/hlserver-cs')
-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} |