diff options
author | marcus <marcus@FreeBSD.org> | 2006-03-27 07:25:03 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2006-03-27 07:25:03 +0800 |
commit | 799ceb7d8a2df181c7e3b7389238ba537d462d06 (patch) | |
tree | 6ce7766ae5838b22d5df398a4c186bc0cb871f43 /databases | |
parent | cdc0414c1f0dfa32319dfabc6cffa343a46e8bc5 (diff) | |
download | freebsd-ports-gnome-799ceb7d8a2df181c7e3b7389238ba537d462d06.tar.gz freebsd-ports-gnome-799ceb7d8a2df181c7e3b7389238ba537d462d06.tar.zst freebsd-ports-gnome-799ceb7d8a2df181c7e3b7389238ba537d462d06.zip |
This port conflicts with libgda2.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/libgda3/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/databases/libgda3/Makefile b/databases/libgda3/Makefile index 84c1b2494c71..fee4728963ea 100644 --- a/databases/libgda3/Makefile +++ b/databases/libgda3/Makefile @@ -38,6 +38,8 @@ DOCSDIR= ${PREFIX}/share/doc/${PORTNAME:S/2$//} PLIST_SUB= VERSION=${PORTVERSION:R} +CONFLICTS= libgda2-[0-9]* + post-patch: @${REINPLACE_CMD} -e "/^SUBDIRS =/s/testing//" \ ${WRKSRC}/Makefile.in |