diff options
author | bapt <bapt@FreeBSD.org> | 2014-05-27 18:42:11 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-05-27 18:42:11 +0800 |
commit | aad2583ba27bbcbaac2f67ad81ee672d1f7325b7 (patch) | |
tree | 3182fb44dad0c320cc37f70948c7d6de2ec8f326 /databases/gtksql | |
parent | 2b2374c83d04d44aa7e6f035fde13db482cd0428 (diff) | |
download | freebsd-ports-gnome-aad2583ba27bbcbaac2f67ad81ee672d1f7325b7.tar.gz freebsd-ports-gnome-aad2583ba27bbcbaac2f67ad81ee672d1f7325b7.tar.zst freebsd-ports-gnome-aad2583ba27bbcbaac2f67ad81ee672d1f7325b7.zip |
Convert to USES=pgsql
With hat: portmgr
Diffstat (limited to 'databases/gtksql')
-rw-r--r-- | databases/gtksql/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/databases/gtksql/Makefile b/databases/gtksql/Makefile index e1895669e577..8d58eed3dcff 100644 --- a/databases/gtksql/Makefile +++ b/databases/gtksql/Makefile @@ -29,6 +29,9 @@ MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \ CPPFLAGS+= -I${LOCALBASE}/include/scintilla -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -lscintilla -lscintilla_lexers +PGSQL_USES= pgsql +PGSQL_CONFIGURE_WITH= postgresql + .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MAVAHI} @@ -45,12 +48,6 @@ LDFLAGS+= -L${LOCALBASE}/lib/mysql CONFIGURE_ARGS+= --without-mysql .endif -.if ${PORT_OPTIONS:MPGSQL} -USE_PGSQL= yes -.else -CONFIGURE_ARGS+= --without-postgresql -.endif - .if ${PORT_OPTIONS:MSQLITE} USE_SQLITE= yes .else |