From 10565fe1330f1900281760a583bdeafedadf2819 Mon Sep 17 00:00:00 2001 From: seanc Date: Sun, 18 Jan 2004 05:46:54 +0000 Subject: Update the PostgreSQL ports to use the KRB5_HOME variable instead of LOCALBASE to find krb5-config in the MIT case. Prodded by: Our friendly folks at the ISC who want to use FreeBSD's PostgreSQL ports instead of an unmanaged build from a tarball. --- databases/postgresql7/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'databases/postgresql7') diff --git a/databases/postgresql7/Makefile b/databases/postgresql7/Makefile index 57567212b81e..cb361f7c9603 100644 --- a/databases/postgresql7/Makefile +++ b/databases/postgresql7/Makefile @@ -85,7 +85,7 @@ MAKEFILE= GNUmakefile .endif .if defined(WITH_MIT_KRB5) -KRB5CONF= ${LOCALBASE}/bin/krb5-config +KRB5CONF= ${KRB5_HOME}/bin/krb5-config LIB_DEPENDS+= krb5.3:${PORTSDIR}/security/krb5 WITH_KRB5= yes .endif -- cgit