aboutsummaryrefslogtreecommitdiff
path: root/net/xmlrpc-c
diff options
context:
space:
mode:
authorChin-San Huang <chinsan@FreeBSD.org>2008-09-02 05:16:40 +0000
committerChin-San Huang <chinsan@FreeBSD.org>2008-09-02 05:16:40 +0000
commitc1e4551b11b53224e94dadce8c6c0359a8ee3d47 (patch)
tree541dead938c1c658788f622ca5c2960407ab4d35 /net/xmlrpc-c
parent2fcc5ef9a4935a9e5f8e17af2ea4265332b4742a (diff)
downloadports-c1e4551b11b53224e94dadce8c6c0359a8ee3d47.tar.gz
ports-c1e4551b11b53224e94dadce8c6c0359a8ee3d47.zip
- Add conflicts with net/xmlrpc-c-devel
Notes
Notes: svn path=/head/; revision=219636
Diffstat (limited to 'net/xmlrpc-c')
-rw-r--r--net/xmlrpc-c/Makefile2
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