diff options
author | ade <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
commit | da880765886f48c0ac8fd253e5601d04ea853215 (patch) | |
tree | 55155f50e8a40ea2e2a16e2331e8cbb919b7d04f /www/libwww/Makefile | |
parent | ba4beb1ea11e6147a9b30969be42685d1c709e56 (diff) | |
download | FreeBSD-ports-da880765886f48c0ac8fd253e5601d04ea853215.zip FreeBSD-ports-da880765886f48c0ac8fd253e5601d04ea853215.tar.gz |
Conversion to a single libtool environment.
Approved by: portmgr (kris)
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 de8dea9..9d9b650 100644 --- a/www/libwww/Makefile +++ b/www/libwww/Makefile @@ -7,7 +7,7 @@ PORTNAME= libwww PORTVERSION= 5.4.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www devel MASTER_SITES= http://www.w3.org/Library/Distribution/ DISTNAME= w3c-${PORTNAME}-${PORTVERSION} @@ -16,7 +16,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= The W3C Reference Library -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes USE_GMAKE= yes CONFIGURE_ARGS= --enable-shared --enable-static --with-zlib USE_PERL5_BUILD=yes |