diff options
author | seanc <seanc@FreeBSD.org> | 2003-01-19 06:50:06 +0800 |
---|---|---|
committer | seanc <seanc@FreeBSD.org> | 2003-01-19 06:50:06 +0800 |
commit | 124ab7dda748e809f82a8072a9acf12f288fb745 (patch) | |
tree | 92989088209a18169ed2eeb5b01ad91d013e7002 /mail/courier-imap | |
parent | 864635ab1b7b6c2d573d321e715fa57489ddbe6d (diff) | |
download | freebsd-ports-gnome-124ab7dda748e809f82a8072a9acf12f288fb745.tar.gz freebsd-ports-gnome-124ab7dda748e809f82a8072a9acf12f288fb745.tar.zst freebsd-ports-gnome-124ab7dda748e809f82a8072a9acf12f288fb745.zip |
Bump libpq version[1] and PORTREVISION. Add POSTGRESQL_PORT tunable.
This should be the last of the PostgreSQL updates and everything should
support the POSTGRESQL_PORT tunable.
Submitted by: kris/bento[1]
Diffstat (limited to 'mail/courier-imap')
-rw-r--r-- | mail/courier-imap/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/courier-imap/Makefile b/mail/courier-imap/Makefile index 7a6c14effb87..9b09d7793676 100644 --- a/mail/courier-imap/Makefile +++ b/mail/courier-imap/Makefile @@ -7,6 +7,7 @@ PORTNAME= courier-imap PORTVERSION= 1.6.1 +PORTREVISION= 1 CATEGORIES= mail ipv6 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= courier @@ -91,7 +92,8 @@ PLIST_SUB+= MYSQLFLAG="" CONFIGURE_ARGS+= --without-authpgsql PLIST_SUB+= PGSQLFLAG="@comment " .else -LIB_DEPENDS+= pq.2:${PORTSDIR}/databases/postgresql7 +POSTGRESQL_PORT?= databases/postgresql7 +LIB_DEPENDS+= pq.3:${PORTSDIR}/${POSTGRESQL_PORT} PLIST_SUB+= PGSQLFLAG="" .endif |