From 4b7b18d85303880fd836974da0d7b385d603901c Mon Sep 17 00:00:00 2001 From: foxfair Date: Sun, 13 Jul 2003 02:30:56 +0000 Subject: Fix sudoscript port build bug (define USE_PERL5 in Makefile). Obtained from: bento, kris@ PR: 54405 Submitted by: maintainer --- security/sudoscript/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'security/sudoscript') diff --git a/security/sudoscript/Makefile b/security/sudoscript/Makefile index 81dfa9a681b8..26b4615b9dc6 100644 --- a/security/sudoscript/Makefile +++ b/security/sudoscript/Makefile @@ -7,6 +7,7 @@ PORTNAME= sudoscript PORTVERSION= 2.1.1 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://download.sourceforge.net/sudoscript/ \ http://egbok.com/sudoscript/ @@ -20,4 +21,6 @@ MAN8= sudoscriptd.8 sudoscript.8 MANCOMPRESSED= no USE_GMAKE= yes +USE_PERL5= yes + .include -- cgit