diff options
author | foxfair <foxfair@FreeBSD.org> | 2003-07-13 10:30:56 +0800 |
---|---|---|
committer | foxfair <foxfair@FreeBSD.org> | 2003-07-13 10:30:56 +0800 |
commit | 4b7b18d85303880fd836974da0d7b385d603901c (patch) | |
tree | 5eb50408843641cbf7ce1492d3679d7ab6da33bb /security/sudoscript | |
parent | 7148351e1b1906594c91d01e1ca7f2ad9eb1c754 (diff) | |
download | freebsd-ports-gnome-4b7b18d85303880fd836974da0d7b385d603901c.tar.gz freebsd-ports-gnome-4b7b18d85303880fd836974da0d7b385d603901c.tar.zst freebsd-ports-gnome-4b7b18d85303880fd836974da0d7b385d603901c.zip |
Fix sudoscript port build bug (define USE_PERL5 in Makefile).
Obtained from: bento, kris@
PR: 54405
Submitted by: maintainer
Diffstat (limited to 'security/sudoscript')
-rw-r--r-- | security/sudoscript/Makefile | 3 |
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> |