summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2003-06-01 20:58:07 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2003-06-01 20:58:07 +0000
commitf0dc2532d4361fe2c705e69c4663ddb9f9a5165a (patch)
tree0c248897889dec8d274284b2cada850698c0a670 /misc
parentCorrect PAM service name for ipop3d to pop3 instead of pop like we've (diff)
perl5 is needed at build time, add USE_PERL5_BUILD.
PR: 52710 Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net>
Notes
Notes: svn path=/head/; revision=81929
Diffstat (limited to 'misc')
-rw-r--r--misc/sh-utils/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/sh-utils/Makefile b/misc/sh-utils/Makefile
index 3fb8092a68fb..10d4046ce698 100644
--- a/misc/sh-utils/Makefile
+++ b/misc/sh-utils/Makefile
@@ -7,7 +7,7 @@
PORTNAME= sh-utils
PORTVERSION= 2.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= sh-utils
@@ -20,6 +20,7 @@ COMMENT= The FSF's versions of date(1), expr(1), test(1), etc
LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext
+USE_PERL5_BUILD=yes
USE_REINPLACE= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes