aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--net/xmlrpc-c/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/net/xmlrpc-c/Makefile b/net/xmlrpc-c/Makefile
index 05de46fc2cd8..3bbe8f7c61f9 100644
--- a/net/xmlrpc-c/Makefile
+++ b/net/xmlrpc-c/Makefile
@@ -16,13 +16,11 @@ 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
-CONFLICTS= xmlrpc-epi-0.*
+CONFLICTS= xmlrpc-epi-0.* xmlrpc-c-devel-[0-9]*
USE_GNOME= gnometarget
USE_PERL5= yes