diff options
author | jseger <jseger@FreeBSD.org> | 2000-04-24 22:49:43 +0000 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 2000-04-24 22:49:43 +0000 |
commit | 9f6c08d5030c6ef951a49256a56330ac9582be50 (patch) | |
tree | a92fe8e2c73ef4130b7ad3569837b212985438fe /www/libwww/Makefile | |
parent | 8b578c820b4dda19a2b7225d6f54e9bbf0e5b5a0 (diff) | |
download | FreeBSD-ports-9f6c08d5030c6ef951a49256a56330ac9582be50.zip FreeBSD-ports-9f6c08d5030c6ef951a49256a56330ac9582be50.tar.gz |
Upgrade to libwww-5.2.8
Submitted by: Mikhail Teterin <mi@aldan.algebra.com>
PR: ports/16642
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 fbd177f..3c4aff0 100644 --- a/www/libwww/Makefile +++ b/www/libwww/Makefile @@ -6,14 +6,14 @@ # PORTNAME= libwww -PORTVERSION= 5.2.6 +PORTVERSION= 5.2.8 CATEGORIES= www devel MASTER_SITES= http://www.w3.org/Library/Distribution/ DISTNAME= w3c-${PKGNAME} MAINTAINER= jseger@FreeBSD.org -GNU_CONFIGURE= yes +USE_LIBTOOL= yes USE_GMAKE= yes CONFIGURE_ARGS= --enable-shared --enable-static DOCDIR= ${PREFIX}/share/doc/libwww |