diff options
author | az <az@FreeBSD.org> | 2013-09-02 20:52:42 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-02 20:52:42 +0800 |
commit | 7b2850d09200ff1173c7d09852a2b63541493eaa (patch) | |
tree | 929dd4953de9c21bad85be38582d21cd4bba32c1 /www/dtse | |
parent | e234b487bc1c19a659be0bcb0a1c2812553ec66b (diff) | |
download | freebsd-ports-gnome-7b2850d09200ff1173c7d09852a2b63541493eaa.tar.gz freebsd-ports-gnome-7b2850d09200ff1173c7d09852a2b63541493eaa.tar.zst freebsd-ports-gnome-7b2850d09200ff1173c7d09852a2b63541493eaa.zip |
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'www/dtse')
-rw-r--r-- | www/dtse/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/dtse/Makefile b/www/dtse/Makefile index 77373a9770ae..aa7236572fab 100644 --- a/www/dtse/Makefile +++ b/www/dtse/Makefile @@ -24,7 +24,7 @@ USE_OPENSSL= yes CONFIGURE_ARGS+= --with-openssl=${OPENSSLBASE} .endif -USE_PERL5= yes +USES= perl5 USE_BZIP2= yes USE_GMAKE= yes USE_AUTOTOOLS= aclocal:env automake:env autoconf:env |