diff options
author | marcus <marcus@FreeBSD.org> | 2002-12-12 01:32:34 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-12-12 01:32:34 +0000 |
commit | 9dc4882b870f0c1f677776e2654427149acf1196 (patch) | |
tree | e648ac3469582700b1382078394a9ece279bf6bb /www/libwww | |
parent | 37fbf18253caa9473ffbf1987d496e16b9d783d4 (diff) | |
download | FreeBSD-ports-9dc4882b870f0c1f677776e2654427149acf1196.zip FreeBSD-ports-9dc4882b870f0c1f677776e2654427149acf1196.tar.gz |
Add USE_PERL5_BUILD.
Reported by: bento
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 a71cf53..118e1a8 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: |