summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorFoxfair Hu <foxfair@FreeBSD.org>2003-07-13 02:30:56 +0000
committerFoxfair Hu <foxfair@FreeBSD.org>2003-07-13 02:30:56 +0000
commita48350699c1a07d6da326a0b88d6cec1a19007e0 (patch)
treee4a6ce8e89d965387027210938b42d6c7f57c6b5 /security
parentAdd crip. (diff)
Fix sudoscript port build bug (define USE_PERL5 in Makefile).
Obtained from: bento, kris@ PR: 54405 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=84792
Diffstat (limited to 'security')
-rw-r--r--security/sudoscript/Makefile3
1 files changed, 3 insertions, 0 deletions
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 <bsd.port.mk>