diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 2000-08-26 16:34:17 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 2000-08-26 16:34:17 +0000 |
commit | fb9b5a39f456461c2f2769abac1e31decf6956f7 (patch) | |
tree | cf22e23ee1ad0e9c3f290f9587db0ee2c09c78f5 /mail/teapop-devel | |
parent | e3db2223bb9b228ab17295f7d9d50e451029a17d (diff) | |
download | ports-fb9b5a39f456461c2f2769abac1e31decf6956f7.tar.gz ports-fb9b5a39f456461c2f2769abac1e31decf6956f7.zip |
Notes
Diffstat (limited to 'mail/teapop-devel')
-rw-r--r-- | mail/teapop-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/teapop-devel/Makefile b/mail/teapop-devel/Makefile index 5c9f1c454513..3a0eb2bcd80b 100644 --- a/mail/teapop-devel/Makefile +++ b/mail/teapop-devel/Makefile @@ -15,7 +15,7 @@ DISTNAME= ${PORTNAME}-latest MAINTAINER= jim@FreeBSD.org .if defined(WITH_PGSQL) -LIB_DEPENDS= pq.2:${PORTSDIR}/databases/postgresql +LIB_DEPENDS= pq.2:${PORTSDIR}/databases/postgresql7 .endif WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |