diff options
author | sem <sem@FreeBSD.org> | 2005-05-19 01:09:30 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2005-05-19 01:09:30 +0800 |
commit | 21b094f99fab6d334096e63fa89d82984c68c15d (patch) | |
tree | 74f2b14e72093efbfeecdf1fb3f549b1400ac67f /databases/libgda2 | |
parent | 03aabab821d381d73c30beddea339b90980b10e7 (diff) | |
download | freebsd-ports-gnome-21b094f99fab6d334096e63fa89d82984c68c15d.tar.gz freebsd-ports-gnome-21b094f99fab6d334096e63fa89d82984c68c15d.tar.zst freebsd-ports-gnome-21b094f99fab6d334096e63fa89d82984c68c15d.zip |
- Fix after databases/firebird split
Reminded by: netchild
Diffstat (limited to 'databases/libgda2')
-rw-r--r-- | databases/libgda2/Makefile | 7 |
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 |