diff options
author | az <az@FreeBSD.org> | 2012-12-16 14:12:28 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-12-16 14:12:28 +0800 |
commit | 6da7db56873e789b5619503b294318b9ddcb6d2b (patch) | |
tree | 384db2430847574aba884f9787c765d0f5311558 /misc/ossp-uuid/Makefile | |
parent | b742942ebdd434fcafc9fe8ac34e1a8bd7692555 (diff) | |
download | freebsd-ports-gnome-6da7db56873e789b5619503b294318b9ddcb6d2b.tar.gz freebsd-ports-gnome-6da7db56873e789b5619503b294318b9ddcb6d2b.tar.zst freebsd-ports-gnome-6da7db56873e789b5619503b294318b9ddcb6d2b.zip |
- Set default perl version for ports which currently using
(5.x+ and x < 12) scheme.
Approved by: bapt@ (portmgr@)
Diffstat (limited to 'misc/ossp-uuid/Makefile')
-rw-r--r-- | misc/ossp-uuid/Makefile | 2 |
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='' |