aboutsummaryrefslogtreecommitdiff
path: root/mail/teapop
diff options
context:
space:
mode:
Diffstat (limited to 'mail/teapop')
-rw-r--r--mail/teapop/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/teapop/Makefile b/mail/teapop/Makefile
index d002ae401406..c2fc9446a883 100644
--- a/mail/teapop/Makefile
+++ b/mail/teapop/Makefile
@@ -14,7 +14,8 @@ MASTER_SITES= ftp://ftp.toontown.org/pub/teapop/ \
MAINTAINER= ports@FreeBSD.org
.if defined(WITH_PGSQL)
-LIB_DEPENDS= pq.2:${PORTSDIR}/databases/postgresql7
+POSTGRESQL_PORT?= databases/postgresql7
+LIB_DEPENDS= pq.3:${PORTSDIR}/${POSTGRESQL_PORT}
.endif
.if defined(WITH_MYSQL)