diff options
Diffstat (limited to 'databases/libgda/Makefile')
-rw-r--r-- | databases/libgda/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/libgda/Makefile b/databases/libgda/Makefile index f77b26e2434..12660100417 100644 --- a/databases/libgda/Makefile +++ b/databases/libgda/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2011/04/22 13:42:27 obache Exp $ +# $NetBSD: Makefile,v 1.27 2012/01/15 16:43:51 dholland Exp $ # PKG_DESTDIR_SUPPORT= user-destdir @@ -15,7 +15,7 @@ PKG_SYSCONFSUBDIR= libgda EGDIR= ${PREFIX}/share/examples/libgda-3.0 CONF_FILES+= ${EGDIR}/config ${PKG_SYSCONFDIR}/config -CONFIGURE_ARGS+= --with-odbc=no --with-bdb=no +CONFIGURE_ARGS+= --with-odbc=no --with-bdb=no --with-oracle=no TEST_TARGET= check |