diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-03-25 17:19:20 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-03-25 17:19:20 +0800 |
commit | ab925eae51185af7d3301ecde91347cc15b29957 (patch) | |
tree | 3510d8114a8de09de1e0c6b530f1429293c1c9ca /games | |
parent | e76a8576db3b821c79a4e10837f4ddb2d010629d (diff) | |
download | freebsd-ports-gnome-ab925eae51185af7d3301ecde91347cc15b29957.tar.gz freebsd-ports-gnome-ab925eae51185af7d3301ecde91347cc15b29957.tar.zst freebsd-ports-gnome-ab925eae51185af7d3301ecde91347cc15b29957.zip |
Add USE_SUBMAKE, where it might be necessary.
Diffstat (limited to 'games')
-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" |