diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-01-31 20:38:41 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-01-31 20:38:41 +0000 |
commit | a4138b866d2ebceda7025fb908935389b4f23fed (patch) | |
tree | a9602a74bafd95274387850744f31d5cd9f74552 /www/libwww/Makefile | |
parent | eabcb9a740cf13cb3c3d4f2f22269077dc087aa2 (diff) | |
download | ports-a4138b866d2ebceda7025fb908935389b4f23fed.tar.gz ports-a4138b866d2ebceda7025fb908935389b4f23fed.zip |
- Add ssl support
Notes
Notes:
svn path=/head/; revision=183811
Diffstat (limited to 'www/libwww/Makefile')
-rw-r--r-- | www/libwww/Makefile | 4 |
1 files changed, 2 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 |