diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2005-05-18 17:09:30 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2005-05-18 17:09:30 +0000 |
commit | f4473cd7ce039f9eba531a95dbc233bf5f09ac90 (patch) | |
tree | 11bb2a2e17677d6ad9c6a6d0a211a98a7150a83e /databases/libgda3 | |
parent | 811e0609089543476e42b5fa37445e0868c5f17f (diff) |
- Fix after databases/firebird split
Reminded by: netchild
Notes
Notes:
svn path=/head/; revision=135562
Diffstat (limited to 'databases/libgda3')
-rw-r--r-- | databases/libgda3/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/databases/libgda3/Makefile b/databases/libgda3/Makefile index ece21dc190d3..ccfbf9d3ba4c 100644 --- a/databases/libgda3/Makefile +++ b/databases/libgda3/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 |