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/Makefile | |
parent | Compile calc with readline support. (diff) |
Note that gsasl doesn't build if security/heimdal is installed.
PR: ports/161247
Submitted by: Marcin Cieslak <saper@saper.info>
Notes
Notes:
svn path=/head/; revision=282893
Diffstat (limited to 'security/gsasl/Makefile')
-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 \ |