diff options
author | ume <ume@FreeBSD.org> | 2014-11-23 03:33:21 +0800 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2014-11-23 03:33:21 +0800 |
commit | f0e40e3dd08d4e5b7817267654146f1940fc532b (patch) | |
tree | 01ab7cce26678317ecc7a2f011d0272a7a75f73d /security | |
parent | 50425e91b352cd0f59af86ab96cd90fffd855082 (diff) | |
download | freebsd-ports-gnome-f0e40e3dd08d4e5b7817267654146f1940fc532b.tar.gz freebsd-ports-gnome-f0e40e3dd08d4e5b7817267654146f1940fc532b.tar.zst freebsd-ports-gnome-f0e40e3dd08d4e5b7817267654146f1940fc532b.zip |
Fix build after change of security/heimdal install directory.
Diffstat (limited to 'security')
-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}" \ |