aboutsummaryrefslogtreecommitdiff
path: root/security/krb5-appl
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2014-04-24 03:53:30 +0000
committerCy Schubert <cy@FreeBSD.org>2014-04-24 03:53:30 +0000
commit8c83d17a73a94a634ef5c18c020a3714187dd22f (patch)
tree884e53bd0359c5d7da602b6dc988c9d06c16fbc0 /security/krb5-appl
parentfb7f0b442265e18101cca34d92c3bf4c37717c59 (diff)
downloadports-8c83d17a73a94a634ef5c18c020a3714187dd22f.tar.gz
ports-8c83d17a73a94a634ef5c18c020a3714187dd22f.zip
Finely tune KRB5_HOME test when using LIB_DEPENDS. in the case when
KRB5_HOME is set to LOCALBASE.
Notes
Notes: svn path=/head/; revision=351983
Diffstat (limited to 'security/krb5-appl')
-rw-r--r--security/krb5-appl/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/security/krb5-appl/Makefile b/security/krb5-appl/Makefile
index 2a30f9d92545..eb68249b2811 100644
--- a/security/krb5-appl/Makefile
+++ b/security/krb5-appl/Makefile
@@ -49,8 +49,10 @@ INFO= krb5-admin krb5-install krb5-user
.if defined(KRB5_HOME)
PREFIX= ${KRB5_HOME}
+.if ${KRB5_HOME} != ${LOCALBASE}
BROKEN= LIB_DEPENDS when using KRB5_HOME is broken
.endif
+.endif
CFLAGS+= -I${PREFIX}/include
LDFLAGS+= -L${PREFIX}/lib