diff options
author | dholland <dholland@pkgsrc.org> | 2012-01-15 16:43:51 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-01-15 16:43:51 +0000 |
commit | cb17fa799a3913c0006b54ba997ac8af5448bb57 (patch) | |
tree | 0233eff25cfac0ff01f2384d11809b15cf1bafee | |
parent | 72c9bb646634be5ecb12bd11bdf546292aaf85e0 (diff) | |
download | pkgsrc-cb17fa799a3913c0006b54ba997ac8af5448bb57.tar.gz |
Suppress Oracle, from B.ICT A.P. deBROUWER Jr. in PR 45838.
(Someone(TM) might want to prepare an Oracle backend package for this,
if it can be done the same way as the Postgres and MySQL ones.)
-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 |