diff options
author | ade <ade@FreeBSD.org> | 2000-06-10 00:35:13 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-06-10 00:35:13 +0800 |
commit | 57931eb68812df8fa67acf64baa742eefdcba598 (patch) | |
tree | b1882e2500eb053862f12d4adaf9181611461cfa /www/libwww/Makefile | |
parent | cd73ce03feb995f0c7be3b0bcc48a3f9f208265c (diff) | |
download | freebsd-ports-gnome-57931eb68812df8fa67acf64baa742eefdcba598.tar.gz freebsd-ports-gnome-57931eb68812df8fa67acf64baa742eefdcba598.tar.zst freebsd-ports-gnome-57931eb68812df8fa67acf64baa742eefdcba598.zip |
Add zlib support.
No response from maintainer after a week.
Diffstat (limited to 'www/libwww/Makefile')
-rw-r--r-- | www/libwww/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/libwww/Makefile b/www/libwww/Makefile index 3c4aff057d2b..52c31908bc9d 100644 --- a/www/libwww/Makefile +++ b/www/libwww/Makefile @@ -15,7 +15,7 @@ MAINTAINER= jseger@FreeBSD.org USE_LIBTOOL= yes USE_GMAKE= yes -CONFIGURE_ARGS= --enable-shared --enable-static +CONFIGURE_ARGS= --enable-shared --enable-static --with-zlib DOCDIR= ${PREFIX}/share/doc/libwww MAKE_ENV= objformat=${PORTOBJFORMAT} |