diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2007-01-06 19:37:08 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2007-01-06 19:37:08 +0000 |
commit | a06337f45a28495514099cd5688330c198acb486 (patch) | |
tree | f94b4e4624b854f741c2b6511895b48130d60be0 /databases | |
parent | b936994823f8e525d5a0c89f6b347b4096bc2f39 (diff) | |
download | ports-a06337f45a28495514099cd5688330c198acb486.tar.gz ports-a06337f45a28495514099cd5688330c198acb486.zip |
Notes
Diffstat (limited to 'databases')
-rw-r--r-- | databases/libgda2/Makefile | 7 |
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 |