diff options
author | Johan van Selst <johans@FreeBSD.org> | 2011-10-03 21:11:03 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2011-10-03 21:11:03 +0000 |
commit | d85f44b6fe7800c4504c602d5cbd62650d87a456 (patch) | |
tree | c91769907c06fd9cc1864415832159c5f638632d /security/gsasl | |
parent | 9ad7b99b51edff6b884f7194abeb32a2e5d21aaa (diff) | |
download | ports-d85f44b6fe7800c4504c602d5cbd62650d87a456.tar.gz ports-d85f44b6fe7800c4504c602d5cbd62650d87a456.zip |
Notes
Diffstat (limited to 'security/gsasl')
-rw-r--r-- | security/gsasl/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/security/gsasl/Makefile b/security/gsasl/Makefile index 826243ed1659..71a4640dc904 100644 --- a/security/gsasl/Makefile +++ b/security/gsasl/Makefile @@ -39,6 +39,10 @@ PLIST_SUB+= NLS="" CPPFLAGS+= -I/usr/include -I${LOCALBASE}/include LDFLAGS+= -L/usr/lib -L${LOCALBASE}/lib +.if exists(${LOCALBASE}/lib/libgssapi.so) +BROKEN= Does not work with Heimdal's GSSAPI from ports +.endif + post-patch: .for file in \ lib/po/LINGUAS \ |