diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-02 18:23:34 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-02 18:23:34 +0000 |
commit | cb72249a320633d1627706fd3c5fee0263234250 (patch) | |
tree | 7649b1f5002c942331d22ad69679217a24b1ddf3 /www/libwww/Makefile | |
parent | 41402c773dce3c776fcbda39133047961aa0bcec (diff) | |
download | ports-cb72249a320633d1627706fd3c5fee0263234250.tar.gz ports-cb72249a320633d1627706fd3c5fee0263234250.zip |
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket)
Notes
Notes:
svn path=/head/; revision=326053
Diffstat (limited to 'www/libwww/Makefile')
-rw-r--r-- | www/libwww/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/libwww/Makefile b/www/libwww/Makefile index ca381e6ad44b..69d2f3f6ee33 100644 --- a/www/libwww/Makefile +++ b/www/libwww/Makefile @@ -20,7 +20,8 @@ USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes USE_GMAKE= yes CONFIGURE_ARGS= --enable-shared --enable-static --with-zlib --with-ssl=${OPENSSLBASE} -USE_PERL5_BUILD=yes +USES= perl5 +USE_PERL5= build USE_LDCONFIG= yes USE_OPENSSL= yes |