svn commit: r329156 - head/databases/firebird20-server
Jose Alonso Cardenas Marquez
acm at FreeBSD.org
Thu Oct 3 07:46:07 UTC 2013
Author: acm
Date: Thu Oct 3 07:46:06 2013
New Revision: 329156
URL: http://svnweb.freebsd.org/changeset/ports/329156
Log:
- Add CONFLICTS with another firebird versions
Modified:
head/databases/firebird20-server/Makefile
Modified: head/databases/firebird20-server/Makefile
==============================================================================
--- head/databases/firebird20-server/Makefile Thu Oct 3 07:43:37 2013 (r329155)
+++ head/databases/firebird20-server/Makefile Thu Oct 3 07:46:06 2013 (r329156)
@@ -13,6 +13,11 @@ DIST_SUBDIR= ${PORTNAME}
MAINTAINER= acm at FreeBSD.org
COMMENT?= Firebird-2 relational database (server)
+CONFLICTS?= ${PORTNAME}21-client-* \
+ ${PORTNAME}25-client-* \
+ ${PORTNAME}21-server-* \
+ ${PORTNAME}25-server-*
+
LIB_DEPENDS= icuuc:${PORTSDIR}/devel/icu
USES= bison
More information about the svn-ports-all
mailing list