diff options
author | jseger <jseger@FreeBSD.org> | 2000-04-25 06:49:43 +0800 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 2000-04-25 06:49:43 +0800 |
commit | 9f6c08d5030c6ef951a49256a56330ac9582be50 (patch) | |
tree | a92fe8e2c73ef4130b7ad3569837b212985438fe /www/libwww/Makefile | |
parent | 8b578c820b4dda19a2b7225d6f54e9bbf0e5b5a0 (diff) | |
download | freebsd-ports-gnome-9f6c08d5030c6ef951a49256a56330ac9582be50.tar.gz freebsd-ports-gnome-9f6c08d5030c6ef951a49256a56330ac9582be50.tar.zst freebsd-ports-gnome-9f6c08d5030c6ef951a49256a56330ac9582be50.zip |
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 fbd177f60a60..3c4aff057d2b 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 |