diff options
author | Chin-San Huang <chinsan@FreeBSD.org> | 2008-09-02 05:22:15 +0000 |
---|---|---|
committer | Chin-San Huang <chinsan@FreeBSD.org> | 2008-09-02 05:22:15 +0000 |
commit | b4811b4aa9388205d78adce43231a7468c40e2e0 (patch) | |
tree | a82002ef8c6ee30773b50d35ef2d355c13094617 /net/xmlrpc-c | |
parent | c1e4551b11b53224e94dadce8c6c0359a8ee3d47 (diff) |
- Fix conflicts
Notes
Notes:
svn path=/head/; revision=219637
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 |