aboutsummaryrefslogtreecommitdiff
path: root/databases/postgresql-devel
diff options
context:
space:
mode:
authorSean Chittenden <seanc@FreeBSD.org>2004-01-18 05:46:54 +0000
committerSean Chittenden <seanc@FreeBSD.org>2004-01-18 05:46:54 +0000
commit9985ef677dc84c5408cb71d7033357215b3a1774 (patch)
treeedb33273f229b078a3844fae14aa0a3cbd8779e6 /databases/postgresql-devel
parent38a8dece16a82787a7be8b129fb10e20f9c34a6a (diff)
downloadports-9985ef677dc84c5408cb71d7033357215b3a1774.tar.gz
ports-9985ef677dc84c5408cb71d7033357215b3a1774.zip
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.
Notes
Notes: svn path=/head/; revision=98447
Diffstat (limited to 'databases/postgresql-devel')
-rw-r--r--databases/postgresql-devel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/postgresql-devel/Makefile b/databases/postgresql-devel/Makefile
index 3032ad72a51b..2087c78685f6 100644
--- a/databases/postgresql-devel/Makefile
+++ b/databases/postgresql-devel/Makefile
@@ -113,7 +113,7 @@ LDFLAGS+= `${KRB5CONF} --libs krb5`
.endif
.if defined(WITH_MIT_KRB5)
-KRB5CONF= ${LOCALBASE}/bin/krb5-config
+KRB5CONF= ${KRB5_HOME}/bin/krb5-config
WITH_KRB5= yes
.endif