aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornetchild <netchild@FreeBSD.org>2004-11-08 03:56:26 +0800
committernetchild <netchild@FreeBSD.org>2004-11-08 03:56:26 +0800
commit8de0a7226935d335dcb82725dac8ff9965bd68ee (patch)
tree997d191c81adc98c95ebeeb80ca5ea692ba29025
parent4d40d34ac3a9eb2b0ee30496717bf4dcda318eec (diff)
downloadfreebsd-ports-gnome-8de0a7226935d335dcb82725dac8ff9965bd68ee.tar.gz
freebsd-ports-gnome-8de0a7226935d335dcb82725dac8ff9965bd68ee.tar.zst
freebsd-ports-gnome-8de0a7226935d335dcb82725dac8ff9965bd68ee.zip
Fix WITHOUT_FIREBIRD case.
Noticed by: Peter Czanik <pczanik@fang.fa.gau.hu> Pointy hat to: netchild (rev 1.42)
-rw-r--r--databases/libgda2/Makefile2
-rw-r--r--databases/libgda3/Makefile2
2 files changed, 2 insertions, 2 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
diff --git a/databases/libgda3/Makefile b/databases/libgda3/Makefile
index 802b20dbb98d..27d219afd7e2 100644
--- a/databases/libgda3/Makefile
+++ b/databases/libgda3/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