diff options
author | chinsan <chinsan@FreeBSD.org> | 2008-09-02 13:16:40 +0800 |
---|---|---|
committer | chinsan <chinsan@FreeBSD.org> | 2008-09-02 13:16:40 +0800 |
commit | da31290ac539515443fb9e594812ffdd82a7ce9f (patch) | |
tree | 29dbe7ce2041d36cca5df8e70932cd2ab2c13eeb /net | |
parent | e190ff790df9d58591234f5237adeb9440f8cc84 (diff) | |
download | freebsd-ports-gnome-da31290ac539515443fb9e594812ffdd82a7ce9f.tar.gz freebsd-ports-gnome-da31290ac539515443fb9e594812ffdd82a7ce9f.tar.zst freebsd-ports-gnome-da31290ac539515443fb9e594812ffdd82a7ce9f.zip |
- Add conflicts with net/xmlrpc-c-devel
Diffstat (limited to 'net')
-rw-r--r-- | net/xmlrpc-c/Makefile | 2 |
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 |