diff options
author | andreas <andreas@FreeBSD.org> | 2000-08-27 00:34:17 +0800 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 2000-08-27 00:34:17 +0800 |
commit | d7ff858c7c3076ccd351d888640f6b238e82ba98 (patch) | |
tree | fc24ea6f390eef39960c63f328cfed6f08b8b689 /mail/teapop-devel/Makefile | |
parent | 38cca324368a260bfbe569b93edd53920e06e06e (diff) | |
download | freebsd-ports-gnome-d7ff858c7c3076ccd351d888640f6b238e82ba98.tar.gz freebsd-ports-gnome-d7ff858c7c3076ccd351d888640f6b238e82ba98.tar.zst freebsd-ports-gnome-d7ff858c7c3076ccd351d888640f6b238e82ba98.zip |
old postgresql port has been removed.
use postgresql7, which has proven stability now.
Diffstat (limited to 'mail/teapop-devel/Makefile')
-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} |