Date: Thu, 3 Oct 2013 07:46:07 +0000 (UTC) From: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r329156 - head/databases/firebird20-server Message-ID: <201310030746.r937k7Xf000260@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310030746.r937k7Xf000260>