diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2014-11-22 19:33:21 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2014-11-22 19:33:21 +0000 |
commit | b02dfa861d12c40d56e0b07702e7ea96f6b1896e (patch) | |
tree | 01ab7cce26678317ecc7a2f011d0272a7a75f73d | |
parent | - Update to 0.16.18, announce message: (diff) |
Fix build after change of security/heimdal install directory.
Notes
Notes:
svn path=/head/; revision=373095
-rw-r--r-- | security/cyrus-sasl2-gssapi/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/cyrus-sasl2-gssapi/Makefile b/security/cyrus-sasl2-gssapi/Makefile index b74c1ec28cf9..5fafa963a88f 100644 --- a/security/cyrus-sasl2-gssapi/Makefile +++ b/security/cyrus-sasl2-gssapi/Makefile @@ -2,7 +2,7 @@ PORTNAME= gssapi PORTVERSION= 2.1.26 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security ipv6 MASTER_SITES= ftp://ftp.cyrusimap.org/cyrus-sasl/ \ http://cyrusimap.org/releases/ @@ -56,6 +56,7 @@ HEIMDAL_DESC= Use Heimdal from ports HEIMDAL_USES= gssapi:heimdal HEIMDAL_CONFIGURE_ON= --enable-gssapi="${GSSAPIBASEDIR}" \ --with-gss_impl=heimdal +HEIMDAL_CPPFLAGS= ${GSSAPICPPFLAGS} MIT_DESC= Use MIT Kerberos V5 MIT_USES= gssapi:mit MIT_CONFIGURE_ON= --enable-gssapi="${GSSAPIBASEDIR}" \ |