aboutsummaryrefslogtreecommitdiff
path: root/net/xmlrpc-c/Makefile
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2009-12-14 17:09:32 +0000
committerRenato Botelho <garga@FreeBSD.org>2009-12-14 17:09:32 +0000
commitccd26cb6234572e293b9971c68b5244ed4f6f1ea (patch)
treedf2958a3109f02f77fa9932dc22729216edd50c2 /net/xmlrpc-c/Makefile
parent38c8a749a158a822fdd33f87490fbb1d4603530b (diff)
downloadports-ccd26cb6234572e293b9971c68b5244ed4f6f1ea.tar.gz
ports-ccd26cb6234572e293b9971c68b5244ed4f6f1ea.zip
Update to 1.06.38
Notes
Notes: svn path=/head/; revision=245790
Diffstat (limited to 'net/xmlrpc-c/Makefile')
-rw-r--r--net/xmlrpc-c/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/net/xmlrpc-c/Makefile b/net/xmlrpc-c/Makefile
index 2761b6e493a8..2ba5fdc3898e 100644
--- a/net/xmlrpc-c/Makefile
+++ b/net/xmlrpc-c/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= xmlrpc-c
-PORTVERSION= 1.06.36
+PORTVERSION= 1.06.38
CATEGORIES= net
MASTER_SITES= SF/${PORTNAME}/Xmlrpc-c%20Super%20Stable/${PORTVERSION}
EXTRACT_SUFX= .tgz
@@ -40,21 +40,21 @@ USE_LDCONFIG= yes
CFLAGS+= -DNDEBUG
.endif
-.if defined(WITHOUT_CURL)
-CONFIGURE_ARGS+= --disable-curl-client
-.else
+.if defined(WITH_CURL)
LIB_DEPENDS+= curl.5:${PORTSDIR}/ftp/curl
-OPT_CURL= yes
+CONFIGURE_ARGS+= --enable-curl-client
+.else
+CONFIGURE_ARGS+= --disable-curl-client
.endif
.if defined(WITH_LIBWWW)
LIB_DEPENDS+= wwwcore.1:${PORTSDIR}/www/libwww
-OPT_LIBWWW= yes
+CONFIGURE_ARGS+= --enable-libwww-client
.else
CONFIGURE_ARGS+= --disable-libwww-client
.endif
-.if !defined(OPT_LIBWWW) && !defined(OPT_CURL)
+.if defined(WITHOUT_LIBWWW) && defined(WITHOUT_CURL)
PLIST_SUB+= CLIENT="@comment "
.else
PLIST_SUB+= CLIENT=""