diff options
author | lioux <lioux@FreeBSD.org> | 2002-06-17 02:50:44 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-06-17 02:50:44 +0800 |
commit | 8b67a12954155cda89aea24e79d0668270b7d359 (patch) | |
tree | 4a159bff785edd7f204acb878d349e557b54b4b3 /games/utserver-to | |
parent | e9f79422d51bbf3695023fdf8f90522f3771c93c (diff) | |
download | freebsd-ports-graphics-8b67a12954155cda89aea24e79d0668270b7d359.tar.gz freebsd-ports-graphics-8b67a12954155cda89aea24e79d0668270b7d359.tar.zst freebsd-ports-graphics-8b67a12954155cda89aea24e79d0668270b7d359.zip |
Add USE_PERL5 since perl is required to run a script inside the
Makefile. Adding USE_PERL5 is mandatory since it is no longer
available in base system of -CURRENT.
Approved by: maintaner (only not utserver* ports)
Diffstat (limited to 'games/utserver-to')
-rw-r--r-- | games/utserver-to/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/utserver-to/Makefile b/games/utserver-to/Makefile index aee997605c6..c8b0056688c 100644 --- a/games/utserver-to/Makefile +++ b/games/utserver-to/Makefile @@ -24,6 +24,7 @@ RUN_DEPENDS= ${LINUXBASE}/usr/games/ut-server/System/ucc-bin:${UTSERVER_PORT} ONLY_FOR_ARCHS= i386 USE_LINUX_PREFIX= yes +USE_PERL5= yes NO_CDROM= "Size; the data set is much too big" NO_BUILD= yes .if (${PORTNAME}==to) |