diff options
author | miwi <miwi@FreeBSD.org> | 2007-02-01 04:38:41 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-02-01 04:38:41 +0800 |
commit | c12a0f46073d7fe6e454425a6a33c59327e9644f (patch) | |
tree | 996472cb7968fba0ae6b04c3eb1986183b065a47 /www | |
parent | b45111704b5525b48b7726af7325317a5fa7e54c (diff) | |
download | freebsd-ports-gnome-c12a0f46073d7fe6e454425a6a33c59327e9644f.tar.gz freebsd-ports-gnome-c12a0f46073d7fe6e454425a6a33c59327e9644f.tar.zst freebsd-ports-gnome-c12a0f46073d7fe6e454425a6a33c59327e9644f.zip |
- Add ssl support
Diffstat (limited to 'www')
-rw-r--r-- | www/libwww/Makefile | 4 | ||||
-rw-r--r-- | www/libwww/pkg-plist | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/www/libwww/Makefile b/www/libwww/Makefile index e6c7953f78e7..4de1a61c8e19 100644 --- a/www/libwww/Makefile +++ b/www/libwww/Makefile @@ -7,7 +7,7 @@ PORTNAME= libwww PORTVERSION= 5.4.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www devel MASTER_SITES= http://www.w3.org/Library/Distribution/ DISTNAME= w3c-${PORTNAME}-${PORTVERSION} @@ -19,7 +19,7 @@ COMMENT= The W3C Reference Library USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes USE_GMAKE= yes -CONFIGURE_ARGS= --enable-shared --enable-static --with-zlib +CONFIGURE_ARGS= --enable-shared --enable-static --with-zlib --with-ssl USE_PERL5_BUILD=yes USE_LDCONFIG= yes diff --git a/www/libwww/pkg-plist b/www/libwww/pkg-plist index 834ae810bf0b..129c4f5f5c5d 100644 --- a/www/libwww/pkg-plist +++ b/www/libwww/pkg-plist @@ -222,6 +222,10 @@ lib/libwwwnews.a lib/libwwwnews.la lib/libwwwnews.so lib/libwwwnews.so.1 +lib/libwwwssl.a +lib/libwwwssl.la +lib/libwwwssl.so +lib/libwwwssl.so.1 lib/libwwwstream.a lib/libwwwstream.la lib/libwwwstream.so |