diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-12-12 01:32:34 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-12-12 01:32:34 +0000 |
commit | 77e6c8d2f82bf7eb0198697093f28f2a7aaa9bf7 (patch) | |
tree | f2bf70fb343d8a5cc3ea6bd8987e0c0c8f36fd49 /www/libwww | |
parent | 152bf3ae1ba25eb4c9fe251679e72a8e4871b951 (diff) | |
download | ports-77e6c8d2f82bf7eb0198697093f28f2a7aaa9bf7.tar.gz ports-77e6c8d2f82bf7eb0198697093f28f2a7aaa9bf7.zip |
Add USE_PERL5_BUILD.
Reported by: bento
Notes
Notes:
svn path=/head/; revision=71543
Diffstat (limited to 'www/libwww')
-rw-r--r-- | www/libwww/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/libwww/Makefile b/www/libwww/Makefile index a71cf53269a1..118e1a8e4cac 100644 --- a/www/libwww/Makefile +++ b/www/libwww/Makefile @@ -17,6 +17,7 @@ MAINTAINER= ports@FreeBSD.org USE_LIBTOOL= yes USE_GMAKE= yes CONFIGURE_ARGS= --enable-shared --enable-static --with-zlib +USE_PERL5_BUILD=yes MAKE_ENV= objformat=${PORTOBJFORMAT} post-install: |