diff options
Diffstat (limited to 'databases/libgda5/Makefile')
-rw-r--r-- | databases/libgda5/Makefile | 23 |
1 files changed, 5 insertions, 18 deletions
diff --git a/databases/libgda5/Makefile b/databases/libgda5/Makefile index 71c2150e3b6e..9991c72385d9 100644 --- a/databases/libgda5/Makefile +++ b/databases/libgda5/Makefile @@ -1,6 +1,6 @@ PORTNAME= libgda DISTVERSION?= 5.2.10 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= databases gnome MASTER_SITES= GNOME PKGNAMESUFFIX?= 5 @@ -24,7 +24,7 @@ BUILD_DEPENDS= itstool:textproc/itstool LIB_DEPENDS= libsecret-1.so:security/libsecret \ libsoup-2.4.so:devel/libsoup \ -USES+= gettext gmake gnome libtool localbase pathfix pkgconfig +USES+= gettext gmake gnome libtool localbase pkgconfig USE_GNOME= glib20 libxslt intlhack introspection:build USE_LDCONFIG= yes GNU_CONFIGURE= yes @@ -34,7 +34,9 @@ INSTALL_TARGET= install-strip CONFIGURE_ARGS= --without-oracle \ --disable-crypto \ --disable-default-binary \ - --enable-introspection + --enable-introspection \ + --without-bdb \ + --without-mdb .include <bsd.port.options.mk> @@ -54,13 +56,6 @@ USE_GNOME+= cairo gtk30 CONFIGURE_ARGS+=--without-ui .endif -.if ${LIBGDA5_SLAVE}==bdb -USES+= bdb:5 -CONFIGURE_ARGS+= --with-bdb=${LOCALBASE} -.else -CONFIGURE_ARGS+= --without-bdb -.endif - .if ${LIBGDA5_SLAVE}==ldap USES+= ldap CONFIGURE_ARGS+= --with-ldap=${LOCALBASE} @@ -83,14 +78,6 @@ CONFIGURE_ARGS+= --with-postgres=${LOCALBASE} CONFIGURE_ARGS+= --without-postgres .endif -# MDB (MS Access) -.if ${LIBGDA5_SLAVE}==mdb -LIB_DEPENDS+= libmdbsql.so:databases/mdbtools -CONFIGURE_ARGS+= --with-mdb=${LOCALBASE} -.else -CONFIGURE_ARGS+= --without-mdb -.endif - .if ${LIBGDA5_SLAVE}==jdbc USES+= java JAVA_VENDOR= openjdk |