diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-04-17 19:49:08 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-04-17 19:49:08 +0000 |
commit | 01561b8e437502516ebbd67dfca648994a75f5b3 (patch) | |
tree | a9b891eeee166f416d68da6833e5b34b2edb288b | |
parent | Update to 2.4. (diff) |
These ports are only runs on i386.
PR: 26630
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=41612
-rw-r--r-- | games/halflifeserver/Makefile | 1 | ||||
-rw-r--r-- | games/hlserver-cs/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/games/halflifeserver/Makefile b/games/halflifeserver/Makefile index 3e05d4cc6231..c1d95e0ac6d1 100644 --- a/games/halflifeserver/Makefile +++ b/games/halflifeserver/Makefile @@ -19,6 +19,7 @@ DISTNAME= hlds_l3106 MAINTAINER= pat@databits.net +ONLY_FOR_ARCHS= i386 USE_LINUX_PREFIX= yes NO_CDROM= "Size; the data set is much too big" NO_BUILD= yes diff --git a/games/hlserver-cs/Makefile b/games/hlserver-cs/Makefile index 26193a4deb82..7f71bfdcab3a 100644 --- a/games/hlserver-cs/Makefile +++ b/games/hlserver-cs/Makefile @@ -17,6 +17,7 @@ MAINTAINER?= pat@databits.net RUN_DEPENDS= ${LINUXBASE}${HLDSDIR}${HL_PROGRAM}:${HALFLIFESERVER_PORT} +ONLY_FOR_ARCHS= i386 USE_LINUX_PREFIX= yes NO_CDROM= "Size; the data set is much too big" NO_BUILD= yes |