Modified: trunk/dports/databases/libgda5/Portfile (111784 => 111785)
--- trunk/dports/databases/libgda5/Portfile 2013-10-01 17:24:50 UTC (rev 111784)
+++ trunk/dports/databases/libgda5/Portfile 2013-10-01 17:38:40 UTC (rev 111785)
@@ -59,18 +59,18 @@
configure.args --with-bdb=${prefix} \
--enable-system-sqlite=no \
- --enable-introspection \
+ --enable-introspection=yes \
--disable-silent-rules \
--with-ldap=no \
- --without-mysql \
- --without-postgres \
- --without-oracle \
- --without-firebird \
- --without-java \
- --without-jni
+ --with-bdb=no \
+ --with-mdb=no \
+ --with-mysql=no \
+ --with-postgres=no \
+ --with-oracle=no \
+ --with-firebird=no \
+ --with-java=no \
+ --with-jni=no
-# --without-mdb
-
use_parallel_build no
variant mysql5 \
@@ -78,7 +78,7 @@
depends_lib-append path:bin/mysql_config5:mysql5
configure.env-append \
MYSQL_CONFIG=${prefix}/lib/mysql5/bin/mysql_config
- configure.args-delete --without-mysql
+ configure.args-delete --with-mysql=no
configure.args-append --with-mysql=${prefix}/lib/mysql5
configure.cppflags-append "-I${prefix}/include/mysql5/mysql"
}
@@ -87,7 +87,7 @@
description {support for PostgreSQL 8.3.x} {
configure.cppflags-append "-I${prefix}/include/postgresql83"
depends_lib-append port:postgresql83
- configure.args-delete --without-postgres
+ configure.args-delete --with-postgres=no
configure.args-append --with-postgres=${prefix}/lib/postgresql83
}
@@ -95,7 +95,7 @@
description {support for PostgreSQL 8.4.x} {
configure.cppflags-append "-I${prefix}/include/postgresql84"
depends_lib-append port:postgresql84
- configure.args-delete --without-postgres
+ configure.args-delete --with-postgres=no
configure.args-append --with-postgres=${prefix}/lib/postgresql84
}
@@ -103,7 +103,7 @@
description {support for PostgreSQL 9.0.x} {
configure.cppflags-append "-I${prefix}/include/postgresql90"
depends_lib-append port:postgresql90
- configure.args-delete --without-postgres
+ configure.args-delete --with-postgres=no
configure.args-append --with-postgres=${prefix}/lib/postgresql90
}
@@ -111,7 +111,7 @@
description {support for PostgreSQL 9.1.x} {
configure.cppflags-append "-I${prefix}/include/postgresql91"
depends_lib-append port:postgresql91
- configure.args-delete --without-postgres
+ configure.args-delete --with-postgres=no
configure.args-append --with-postgres=${prefix}/lib/postgresql91
}