diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-03-25 09:19:20 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-03-25 09:19:20 +0000 |
commit | 62f2687e21efa9182fc47d85c28ed4d7ee4b85e1 (patch) | |
tree | de541bc37f21e5a2770f7af38a36ecbeca417671 /games | |
parent | - Significantly reduce overhead associated with bsd.port.mk by replacing .USE (diff) |
Add USE_SUBMAKE, where it might be necessary.
Notes
Notes:
svn path=/head/; revision=56610
Diffstat (limited to '')
-rw-r--r-- | games/hlserver-cs/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/hlserver-cs/Makefile b/games/hlserver-cs/Makefile index cec1c7fb5b77..32dd2cc70a8b 100644 --- a/games/hlserver-cs/Makefile +++ b/games/hlserver-cs/Makefile @@ -20,6 +20,8 @@ MAINTAINER?= pat@FreeBSD.org RUN_DEPENDS= ${LINUXBASE}${HLDSDIR}${HL_PROGRAM}:${HALFLIFESERVER_PORT} +USE_SUBMAKE= yes + ONLY_FOR_ARCHS= i386 USE_LINUX_PREFIX= yes NO_CDROM= "Size; the data set is much too big" |