diff options
author | cy <cy@FreeBSD.org> | 2014-04-18 10:21:57 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2014-04-18 10:21:57 +0800 |
commit | f2d24b5137053fb2ec8c440507e99d72a55d2fd0 (patch) | |
tree | ee6c3a02c97fafcf2adcb7a94ba1a76bd79b9c96 /security/krb5 | |
parent | 09c04d62c239d7bdca93e418d062a94ae41ac08c (diff) | |
download | freebsd-ports-gnome-f2d24b5137053fb2ec8c440507e99d72a55d2fd0.tar.gz freebsd-ports-gnome-f2d24b5137053fb2ec8c440507e99d72a55d2fd0.tar.zst freebsd-ports-gnome-f2d24b5137053fb2ec8c440507e99d72a55d2fd0.zip |
KRB5_HOME no longer works with LIB_DEPENDS. Mark broken when set.
Diffstat (limited to 'security/krb5')
-rw-r--r-- | security/krb5/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/krb5/Makefile b/security/krb5/Makefile index 715d624367ff..48aa7bb4bc91 100644 --- a/security/krb5/Makefile +++ b/security/krb5/Makefile @@ -43,6 +43,7 @@ LDAP= Enable LDAP support PREFIX= ${KRB5_HOME} CFLAGS+= -Wl,-rpath=${KRB5_HOME}/lib LDFLAGS+= -Wl,-rpath=${KRB5_HOME}/lib +BROKEN= LIB_DEPENDS when using KRB5_HOME is broken .endif LDFLAGS+= -L${LOCALBASE}/lib CFLAGS+= -I${LOCALBASE}/include |