Fix typo that prevents Gtksql from being used with Postgres.

< HAVE_PYSQL=	yes
---
> HAVE_PGSQL=	yes
This commit is contained in:
Murray Stokely 2000-11-08 04:47:33 +00:00
parent c940e6d16d
commit 72f023b599
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=34898

View File

@ -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