diff options
author | az <az@FreeBSD.org> | 2013-09-07 14:13:27 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-07 14:13:27 +0800 |
commit | e9e31249e5d26f1d63c17b776413b592802aed5f (patch) | |
tree | b6dffe38d7174e3cea11da95ba672956bd043cf0 /sysutils/stow | |
parent | 5ee29939084c424bd74e09e754f10134cff1e880 (diff) | |
download | freebsd-ports-gnome-e9e31249e5d26f1d63c17b776413b592802aed5f.tar.gz freebsd-ports-gnome-e9e31249e5d26f1d63c17b776413b592802aed5f.tar.zst freebsd-ports-gnome-e9e31249e5d26f1d63c17b776413b592802aed5f.zip |
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'sysutils/stow')
-rw-r--r-- | sysutils/stow/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/stow/Makefile b/sysutils/stow/Makefile index a233afb8ef0a..ea56accabf19 100644 --- a/sysutils/stow/Makefile +++ b/sysutils/stow/Makefile @@ -20,7 +20,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING TEST_DEPENDS= p5-Test-Output>0:${PORTSDIR}/devel/p5-Test-Output USE_BZIP2= yes -USE_PERL5= yes +USES= perl5 USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_path_PERL=${PERL} |