aboutsummaryrefslogtreecommitdiff
path: root/misc/ossp-uuid
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2012-12-16 06:12:28 +0000
committerAndrej Zverev <az@FreeBSD.org>2012-12-16 06:12:28 +0000
commit10a2b4693fe100eb568b572e4d708e7d73fb560f (patch)
tree384db2430847574aba884f9787c765d0f5311558 /misc/ossp-uuid
parentaaab6f1df4f547978b5d988f3369c358092e4bb3 (diff)
downloadports-10a2b4693fe100eb568b572e4d708e7d73fb560f.tar.gz
ports-10a2b4693fe100eb568b572e4d708e7d73fb560f.zip
- Set default perl version for ports which currently using
(5.x+ and x < 12) scheme. Approved by: bapt@ (portmgr@)
Notes
Notes: svn path=/head/; revision=308985
Diffstat (limited to 'misc/ossp-uuid')
-rw-r--r--misc/ossp-uuid/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/ossp-uuid/Makefile b/misc/ossp-uuid/Makefile
index 3161e8b80748..954a7de56ea0 100644
--- a/misc/ossp-uuid/Makefile
+++ b/misc/ossp-uuid/Makefile
@@ -27,7 +27,7 @@ MAN1= uuid-config.1 uuid.1
MAN3= uuid.3 uuid++.3
.if defined(WITH_PERL)
-USE_PERL5= 5.8.0+
+USE_PERL5= yes
CONFIGURE_ENV+= PERL=${PERL5}
CONFIGURE_ARGS+= --with-perl
PLIST_SUB+= WITH_PERL=''