diff options
author | Renato Botelho <garga@FreeBSD.org> | 2009-09-17 15:24:37 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2009-09-17 15:24:37 +0000 |
commit | 50445eece36035cb51f7cf78692c144cda016292 (patch) | |
tree | c60eed8944e5d2d584aa023c754a5263e5c50d6b /net/xmlrpc-c-devel/Makefile | |
parent | 37cc48a94c92d071e6a176a0423953ed09717c35 (diff) | |
download | ports-50445eece36035cb51f7cf78692c144cda016292.tar.gz ports-50445eece36035cb51f7cf78692c144cda016292.zip |
Notes
Diffstat (limited to 'net/xmlrpc-c-devel/Makefile')
-rw-r--r-- | net/xmlrpc-c-devel/Makefile | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/net/xmlrpc-c-devel/Makefile b/net/xmlrpc-c-devel/Makefile index 002fde8093eb..309a97c0d18c 100644 --- a/net/xmlrpc-c-devel/Makefile +++ b/net/xmlrpc-c-devel/Makefile @@ -8,19 +8,18 @@ PORTNAME= xmlrpc-c PORTVERSION= 1.18.00 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= LOCAL/chinsan/xmlrpc-c PKGNAMESUFFIX= -devel EXTRACT_SUFX= .tgz -DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} MAINTAINER= garga@FreeBSD.org COMMENT= XML-RPC library for C and C++ OPTIONS= DEBUG "Compile with debugging information" off \ CURL "Compile with curl support" on \ - LIBWWW "Compile with libwww support" on \ - CPLUSPLUS "Enable cpp headers and libs" off + LIBWWW "Compile with libwww support" on CONFLICTS= xmlrpc-epi-0.* xmlrpc-c-[0-9]* @@ -40,14 +39,6 @@ USE_LDCONFIG= yes CFLAGS+= -DNDEBUG .endif -.if defined(WITH_CPLUSPLUS) -CONFIGURE_ARGS+= --enable-cplusplus -PLIST_SUB+= CPP="" -.else -CONFIGURE_ARGS+= --disable-cplusplus -PLIST_SUB+= CPP="@comment " -.endif - .if defined(WITHOUT_CURL) CONFIGURE_ARGS+= --disable-curl-client .else |