From 8b67a12954155cda89aea24e79d0668270b7d359 Mon Sep 17 00:00:00 2001 From: lioux Date: Sun, 16 Jun 2002 18:50:44 +0000 Subject: 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) --- games/utserver-to/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'games/utserver-to') 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) -- cgit