diff options
Diffstat (limited to 'www/neon29/Makefile')
-rw-r--r-- | www/neon29/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/www/neon29/Makefile b/www/neon29/Makefile index c675257358de..8f714d9ecb8e 100644 --- a/www/neon29/Makefile +++ b/www/neon29/Makefile @@ -6,7 +6,7 @@ # PORTNAME= neon -PORTVERSION= 0.12.0 +PORTVERSION= 0.15.0 CATEGORIES= www MASTER_SITES= http://www.webdav.org/neon/ @@ -20,7 +20,9 @@ USE_OPENSSL= yes USE_LIBTOOL= yes CONFIGURE_ARGS= --with-ssl=${OPENSSLBASE} \ - --enable-xml + --enable-xml \ + --enable-shared \ + --with-libxml1 .ifndef NOPORTDOCS post-install: |