From 4188f5a27e1f57cd1878c736e5c0ea1eccd535fa Mon Sep 17 00:00:00 2001 From: chinsan Date: Tue, 2 Sep 2008 05:22:15 +0000 Subject: - Fix conflicts --- net/xmlrpc-c/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/net/xmlrpc-c/Makefile b/net/xmlrpc-c/Makefile index 05de46fc2cd..3bbe8f7c61f 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 -- cgit