aboutsummaryrefslogtreecommitdiff
path: root/databases/libgda2
diff options
context:
space:
mode:
authorAlexander Leidinger <netchild@FreeBSD.org>2004-11-07 19:56:26 +0000
committerAlexander Leidinger <netchild@FreeBSD.org>2004-11-07 19:56:26 +0000
commite7b19c7d80f190cb98a5904ef0165ef7114c2663 (patch)
treec1020238a1bc3529a5bab370d23e50d4835f348d /databases/libgda2
parent16c542cb5b70735636ec9c54901f403da7c7513b (diff)
downloadports-e7b19c7d80f190cb98a5904ef0165ef7114c2663.tar.gz
ports-e7b19c7d80f190cb98a5904ef0165ef7114c2663.zip
Fix WITHOUT_FIREBIRD case.
Noticed by: Peter Czanik <pczanik@fang.fa.gau.hu> Pointy hat to: netchild (rev 1.42)
Notes
Notes: svn path=/head/; revision=121051
Diffstat (limited to 'databases/libgda2')
-rw-r--r--databases/libgda2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/libgda2/Makefile b/databases/libgda2/Makefile
index 802b20dbb98d..27d219afd7e2 100644
--- a/databases/libgda2/Makefile
+++ b/databases/libgda2/Makefile
@@ -123,7 +123,7 @@ LIB_DEPENDS+= gds.1:${PORTSDIR}/databases/firebird
CONFIGURE_ARGS+= --with-firebird=${LOCALBASE}/firebird
PLIST_SUB+= FIREBIRD:=""
.else
-CONFIGURE_ARGS+= --without-interbase
+CONFIGURE_ARGS+= --without-firebird
PLIST_SUB+= FIREBIRD:="@comment "
.endif