diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2004-12-31 18:24:10 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2004-12-31 18:24:10 +0000 |
commit | 64cf27c85d89298041b8c8dc2fd090181e6d10d8 (patch) | |
tree | 11668b893f94453b0262a155d53e6eac8dd4a6f5 /games/utserver | |
parent | 440d8863c8d496b982754e2a71867892213a902b (diff) |
Notes
Diffstat (limited to 'games/utserver')
-rw-r--r-- | games/utserver/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/utserver/Makefile b/games/utserver/Makefile index e79446db06c2..62fcb305e3df 100644 --- a/games/utserver/Makefile +++ b/games/utserver/Makefile @@ -7,7 +7,7 @@ PORTNAME= utserver PORTVERSION= 436 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games linux MASTER_SITES= http://public.planetmirror.com/pub/lokigames/installers/ut/ \ http://fileserver.talkware.net/ut/ @@ -21,6 +21,7 @@ BUILD_DEPENDS= ${RUN_DEPENDS} ONLY_FOR_ARCHS= i386 USE_LINUX_PREFIX= yes +USE_LINUX= yes USE_PERL5= yes NO_CDROM= "Size; the data set is much too big" NO_BUILD= yes |