diff options
author | olgeni <olgeni@FreeBSD.org> | 2001-11-21 06:15:44 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2001-11-21 06:15:44 +0800 |
commit | 800933a8dbd97370c84cebf9926f051ef3af72a0 (patch) | |
tree | 3b7be038d9432cea9eb18680462fc1820744434f /www/neon/Makefile | |
parent | 0a350ad276af0b30d8f74d79370fc42a2c6f8f0b (diff) | |
download | freebsd-ports-gnome-800933a8dbd97370c84cebf9926f051ef3af72a0.tar.gz freebsd-ports-gnome-800933a8dbd97370c84cebf9926f051ef3af72a0.tar.zst freebsd-ports-gnome-800933a8dbd97370c84cebf9926f051ef3af72a0.zip |
Update port to version 0.17.2.
Submitted by: Garrett Rooney <rooneg@electricjellyfish.net>
Diffstat (limited to 'www/neon/Makefile')
-rw-r--r-- | www/neon/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/neon/Makefile b/www/neon/Makefile index e0c8708ce4d2..73f7a0e48408 100644 --- a/www/neon/Makefile +++ b/www/neon/Makefile @@ -6,7 +6,7 @@ # PORTNAME= neon -PORTVERSION= 0.15.3 +PORTVERSION= 0.17.2 CATEGORIES= www MASTER_SITES= http://www.webdav.org/neon/ @@ -18,7 +18,7 @@ LIB_DEPENDS= xml.5:${PORTSDIR}/textproc/libxml USE_OPENSSL= yes .endif -USE_LIBTOOL= yes +GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-ssl=${OPENSSLBASE} \ --enable-xml \ --enable-shared \ |