diff options
Diffstat (limited to 'databases/postgresql91-server')
| -rw-r--r-- | databases/postgresql91-server/Makefile | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/databases/postgresql91-server/Makefile b/databases/postgresql91-server/Makefile index 3003adb203fc..0c83daaa44df 100644 --- a/databases/postgresql91-server/Makefile +++ b/databases/postgresql91-server/Makefile @@ -7,6 +7,7 @@  PORTNAME?=	postgresql  DISTVERSION?=	9.0.1 +PORTREVISION?=	1  CATEGORIES?=	databases  MASTER_SITES=	${MASTER_SITE_PGSQL}  MASTER_SITE_SUBDIR=	source/v${DISTVERSION} @@ -198,7 +199,7 @@ CONFIGURE_ARGS+=--with-krb5  # Postgresql apps will not link properly when libpq is linked with base heimdal in /usr,  # so we always use the heimdal port. See  # http://lists.freebsd.org/pipermail/freebsd-stable/2005-October/018809.html -LIB_DEPENDS+=	krb5.23:${PORTSDIR}/security/heimdal +LIB_DEPENDS+=	krb5.26:${PORTSDIR}/security/heimdal  CONFIGURE_ARGS+=--with-krb5  .    endif  .  endif | 
