diff options
author | Chin-San Huang <chinsan@FreeBSD.org> | 2008-09-02 05:16:40 +0000 |
---|---|---|
committer | Chin-San Huang <chinsan@FreeBSD.org> | 2008-09-02 05:16:40 +0000 |
commit | c1e4551b11b53224e94dadce8c6c0359a8ee3d47 (patch) | |
tree | 541dead938c1c658788f622ca5c2960407ab4d35 /net/xmlrpc-c | |
parent | 2fcc5ef9a4935a9e5f8e17af2ea4265332b4742a (diff) | |
download | ports-c1e4551b11b53224e94dadce8c6c0359a8ee3d47.tar.gz ports-c1e4551b11b53224e94dadce8c6c0359a8ee3d47.zip |
Notes
Diffstat (limited to 'net/xmlrpc-c')
-rw-r--r-- | net/xmlrpc-c/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/xmlrpc-c/Makefile b/net/xmlrpc-c/Makefile index e9e458578d5b..05de46fc2cd8 100644 --- a/net/xmlrpc-c/Makefile +++ b/net/xmlrpc-c/Makefile @@ -16,6 +16,8 @@ DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} MAINTAINER= chinsan@FreeBSD.org COMMENT= XML-RPC library for C and C++ +CONFLICTS= xmlrpc-c-devel-[0-9]* + OPTIONS= DEBUG "Compile with debugging information" off \ CURL "Compile with curl support" on \ LIBWWW "Compile with libwww support" off |