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 /mail/archiveopteryx | |
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 'mail/archiveopteryx')
-rw-r--r-- | mail/archiveopteryx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/archiveopteryx/Makefile b/mail/archiveopteryx/Makefile index f21ded992ad2..e53645023470 100644 --- a/mail/archiveopteryx/Makefile +++ b/mail/archiveopteryx/Makefile @@ -21,7 +21,7 @@ LICENSE_FILE= ${WRKSRC}/bsd.txt BUILD_DEPENDS= jam:${PORTSDIR}/devel/jam USE_BZIP2= yes -USE_PERL5_BUILD= 5.8+ +USE_PERL5_BUILD= yes MAKE_JOBS_SAFE= yes |