aboutsummaryrefslogtreecommitdiff
path: root/databases/libgda2
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-10-13 16:26:20 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-10-13 16:26:20 +0000
commit133377b4429d216426405da28a6a14384c0cd9e8 (patch)
treee1c61454ef307e7f7566e4817fd4dbedb9318133 /databases/libgda2
parentb337a77e7ece847c149c74b5affcd7d948880449 (diff)
downloadports-133377b4429d216426405da28a6a14384c0cd9e8.tar.gz
ports-133377b4429d216426405da28a6a14384c0cd9e8.zip
Notes
Diffstat (limited to 'databases/libgda2')
-rw-r--r--databases/libgda2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/libgda2/Makefile b/databases/libgda2/Makefile
index 7e36bb5c6c94..385866a207ca 100644
--- a/databases/libgda2/Makefile
+++ b/databases/libgda2/Makefile
@@ -95,7 +95,7 @@ PLIST_SUB+= POSTGRES:=""
.if !defined(WITHOUT_POSTGRES72) && defined(WITH_POSTGRES72)
POSTGRESQL_PORT?= databases/postgresql72
-LIB_DEPENDS+= pqeasy.2:${PORTSDIR}/${POSTGRESQL_PORT}
+LIB_DEPENDS+= pgeasy.2:${PORTSDIR}/${POSTGRESQL_PORT}
CONFIGURE_ARGS+= --with-postgres=${LOCALBASE}
PLIST_SUB+= POSTGRES:=""
.endif