diff options
author | marcus <marcus@FreeBSD.org> | 2002-12-12 09:32:34 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-12-12 09:32:34 +0800 |
commit | 9dc4882b870f0c1f677776e2654427149acf1196 (patch) | |
tree | e648ac3469582700b1382078394a9ece279bf6bb /www/libwww/Makefile | |
parent | 37fbf18253caa9473ffbf1987d496e16b9d783d4 (diff) | |
download | freebsd-ports-gnome-9dc4882b870f0c1f677776e2654427149acf1196.tar.gz freebsd-ports-gnome-9dc4882b870f0c1f677776e2654427149acf1196.tar.zst freebsd-ports-gnome-9dc4882b870f0c1f677776e2654427149acf1196.zip |
Add USE_PERL5_BUILD.
Reported by: bento
Diffstat (limited to 'www/libwww/Makefile')
-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: |