diff options
Diffstat (limited to 'databases/postgresql74-server/Makefile')
-rw-r--r-- | databases/postgresql74-server/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/postgresql74-server/Makefile b/databases/postgresql74-server/Makefile index f707db5f1ec2..2747cc892736 100644 --- a/databases/postgresql74-server/Makefile +++ b/databases/postgresql74-server/Makefile @@ -7,6 +7,7 @@ PORTNAME?= postgresql PORTVERSION?= 7.4.30 +PORTREVISION?= 1 CATEGORIES?= databases MASTER_SITES= ${MASTER_SITE_PGSQL} MASTER_SITE_SUBDIR= source/v${PORTVERSION} @@ -142,7 +143,7 @@ CONFIGURE_ARGS+=--with-krb5=${HEIMDAL_HOME} # 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=${LOCALBASE} . endif . endif |