diff options
author | chinsan <chinsan@FreeBSD.org> | 2008-09-02 13:22:15 +0800 |
---|---|---|
committer | chinsan <chinsan@FreeBSD.org> | 2008-09-02 13:22:15 +0800 |
commit | 4188f5a27e1f57cd1878c736e5c0ea1eccd535fa (patch) | |
tree | f4d15f8b923048c35e4e138ea492f1d1ac8572ca /net/xmlrpc-c | |
parent | da31290ac539515443fb9e594812ffdd82a7ce9f (diff) | |
download | freebsd-ports-gnome-4188f5a27e1f57cd1878c736e5c0ea1eccd535fa.tar.gz freebsd-ports-gnome-4188f5a27e1f57cd1878c736e5c0ea1eccd535fa.tar.zst freebsd-ports-gnome-4188f5a27e1f57cd1878c736e5c0ea1eccd535fa.zip |
- Fix conflicts
Diffstat (limited to 'net/xmlrpc-c')
-rw-r--r-- | net/xmlrpc-c/Makefile | 4 |
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 |