aboutsummaryrefslogtreecommitdiff
path: root/databases/libgda2
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2005-05-18 17:09:30 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2005-05-18 17:09:30 +0000
commitf4473cd7ce039f9eba531a95dbc233bf5f09ac90 (patch)
tree11bb2a2e17677d6ad9c6a6d0a211a98a7150a83e /databases/libgda2
parent811e0609089543476e42b5fa37445e0868c5f17f (diff)
downloadports-f4473cd7ce039f9eba531a95dbc233bf5f09ac90.tar.gz
ports-f4473cd7ce039f9eba531a95dbc233bf5f09ac90.zip
- Fix after databases/firebird split
Reminded by: netchild
Notes
Notes: svn path=/head/; revision=135562
Diffstat (limited to 'databases/libgda2')
-rw-r--r--databases/libgda2/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/databases/libgda2/Makefile b/databases/libgda2/Makefile
index ece21dc190d3..ccfbf9d3ba4c 100644
--- a/databases/libgda2/Makefile
+++ b/databases/libgda2/Makefile
@@ -7,6 +7,7 @@
PORTNAME= libgda2
PORTVERSION= 1.2.1
+PORTREVISION= 1
CATEGORIES= databases gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/1.2
@@ -51,7 +52,7 @@ WITH_MYSQL= yes
WITH_LDAP=yes
.endif
-.if exists(${LOCALBASE}/firebird/lib/libgds.so.1)
+.if exists(${LOCALBASE}/lib/libgds.so.1)
WITH_FIREBIRD= yes
.endif
@@ -103,8 +104,8 @@ PLIST_SUB+= LDAP:="@comment "
.endif
.if !defined(WITHOUT_FIREBIRD) && defined(WITH_FIREBIRD)
-LIB_DEPENDS+= gds.1:${PORTSDIR}/databases/firebird
-CONFIGURE_ARGS+= --with-firebird=${LOCALBASE}/firebird
+LIB_DEPENDS+= gds.1:${PORTSDIR}/databases/firebird-client
+CONFIGURE_ARGS+= --with-firebird=${LOCALBASE}
PLIST_SUB+= FIREBIRD:=""
.else
CONFIGURE_ARGS+= --without-interbase