summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorAlexander Leidinger <netchild@FreeBSD.org>2007-01-06 19:37:08 +0000
committerAlexander Leidinger <netchild@FreeBSD.org>2007-01-06 19:37:08 +0000
commita06337f45a28495514099cd5688330c198acb486 (patch)
treef94b4e4624b854f741c2b6511895b48130d60be0 /databases
parentAdd conflicts with libgda2. (diff)
- Add a message about the firebird support.
- Add conflicts with libgda. Approved by: gnome (mezz)
Notes
Notes: svn path=/head/; revision=181642
Diffstat (limited to 'databases')
-rw-r--r--databases/libgda2/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/databases/libgda2/Makefile b/databases/libgda2/Makefile
index 6be5a9c183be..b84a1b4bbcc5 100644
--- a/databases/libgda2/Makefile
+++ b/databases/libgda2/Makefile
@@ -8,7 +8,7 @@
PORTNAME= libgda2
PORTVERSION= 1.2.3
-PORTREVISION?= 2
+PORTREVISION?= 3
PORTEPOCH?= 1
CATEGORIES= databases gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
@@ -27,6 +27,8 @@ BUILD_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper
LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt
RUN_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper
+CONFLICTS= libgda-0*
+
USE_GMAKE= yes
USE_GNOME= gnomeprefix gnomehack glib20 libxslt referencehack
USE_GETTEXT= yes
@@ -171,6 +173,9 @@ pre-everything::
.if !defined(WITH_LDAP)
@${ECHO_MSG} "You can enable support for LDAP databases by defining WITH_LDAP."
.endif
+.if !defined(WITH_FIREBIRD)
+ @${ECHO_MSG} "You can enable support for FireBird databases by defining WITH_FIREBIRD."
+.endif
.if !defined(WITH_FREETDS)
@${ECHO_MSG} "You can enable support for TDS databases by defining WITH_FREETDS."
.endif