aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authormurray <murray@FreeBSD.org>2000-11-08 12:47:33 +0800
committermurray <murray@FreeBSD.org>2000-11-08 12:47:33 +0800
commit5c1d679ebe5a16950b02554518b022e3d29433ff (patch)
treec0e4647ccb328474cbf68884247c7a158acea6e4 /databases
parent3e6a777405f2e30bf90762c2a6a906036cd543a3 (diff)
downloadfreebsd-ports-gnome-5c1d679ebe5a16950b02554518b022e3d29433ff.tar.gz
freebsd-ports-gnome-5c1d679ebe5a16950b02554518b022e3d29433ff.tar.zst
freebsd-ports-gnome-5c1d679ebe5a16950b02554518b022e3d29433ff.zip
Fix typo that prevents Gtksql from being used with Postgres.
< HAVE_PYSQL= yes --- > HAVE_PGSQL= yes
Diffstat (limited to 'databases')
-rw-r--r--databases/gtksql/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/gtksql/Makefile b/databases/gtksql/Makefile
index 1141a437c9a7..fa44b584dfb3 100644
--- a/databases/gtksql/Makefile
+++ b/databases/gtksql/Makefile
@@ -28,7 +28,7 @@ LIB_DEPENDS+= mysqlclient.6:${PORTSDIR}/databases/mysql322-client
.endif
.if defined(WITH_PGSQL) || (exists(${LOCALBASE}/lib/libpq.a) \
&& !defined(WITHOUT_PGSQL))
-HAVE_PYSQL= yes
+HAVE_PGSQL= yes
LIB_DEPENDS+= pq.2:${PORTSDIR}/databases/postgresql7
.endif