aboutsummaryrefslogtreecommitdiff
path: root/databases/libgda3
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2008-03-25 16:07:17 +0000
committerKoop Mast <kwm@FreeBSD.org>2008-03-25 16:07:17 +0000
commitadfc5c844ac2789f531c4235b11b20e00b33c59a (patch)
treef96267cb2b595d792bfe3ff19b8d88183314b6dd /databases/libgda3
parent01861384846ca115ccf42432424086e0240b8650 (diff)
downloadports-adfc5c844ac2789f531c4235b11b20e00b33c59a.tar.gz
ports-adfc5c844ac2789f531c4235b11b20e00b33c59a.zip
Notes
Diffstat (limited to 'databases/libgda3')
-rw-r--r--databases/libgda3/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/libgda3/Makefile b/databases/libgda3/Makefile
index 4946c953fc5c..cad5489cb783 100644
--- a/databases/libgda3/Makefile
+++ b/databases/libgda3/Makefile
@@ -82,7 +82,7 @@ CONFIGURE_ARGS+= --with-tds=${LOCALBASE}
CONFIGURE_ARGS+= --without-tds
.endif
-.if ${LIBGDA3_SLAVE}=="mds"
+.if ${LIBGDA3_SLAVE}=="mdb"
LIB_DEPENDS+= mdbsql.0:${PORTSDIR}/databases/mdbtools
CONFIGURE_ARGS+= --with-mdb=${LOCALBASE}
.else