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 | |
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')
-rw-r--r-- | www/libwww/Makefile | 2 | ||||
-rw-r--r-- | www/libwww/pkg-plist | 3 |
2 files changed, 4 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} diff --git a/www/libwww/pkg-plist b/www/libwww/pkg-plist index 1cc52e9210c5..69103f518524 100644 --- a/www/libwww/pkg-plist +++ b/www/libwww/pkg-plist @@ -213,6 +213,9 @@ lib/libwwwutils.so.1 lib/libwwwxml.a lib/libwwwxml.so lib/libwwwxml.so.1 +lib/libwwwzip.a +lib/libwwwzip.so +lib/libwwwzip.so.1 lib/libxmlparse.a lib/libxmlparse.so lib/libxmlparse.so.1 |