aboutsummaryrefslogtreecommitdiffstats
path: root/dns
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2014-03-05 01:37:54 +0800
committermat <mat@FreeBSD.org>2014-03-05 01:37:54 +0800
commita51034356493ddd733889f64bd91cc5ac6b97978 (patch)
tree23b8f83a0382422d2d5ba3a0dc77adc354cce90a /dns
parentc943b08d4b2b00e49fba9ab9cddfd88265911971 (diff)
downloadfreebsd-ports-gnome-a51034356493ddd733889f64bd91cc5ac6b97978.tar.gz
freebsd-ports-gnome-a51034356493ddd733889f64bd91cc5ac6b97978.tar.zst
freebsd-ports-gnome-a51034356493ddd733889f64bd91cc5ac6b97978.zip
Actually commit what I tested.
Sponsored by: Absolight
Diffstat (limited to 'dns')
-rw-r--r--dns/bind99/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/dns/bind99/Makefile b/dns/bind99/Makefile
index d6d58acefb0b..722082cf43ed 100644
--- a/dns/bind99/Makefile
+++ b/dns/bind99/Makefile
@@ -112,7 +112,8 @@ DLZ_FILESYSTEM_CONFIGURE_ON= --with-dlz-filesystem=yes
DLZ_STUB_CONFIGURE_ON= --with-dlz-stub=yes
.if defined(HEIMDAL_HOME)
-GSSAPI_CONFIGURE_WITH= gssapi=${HEIMDAL_HOME}
+GSSAPI_CONFIGURE_ON= --with-gssapi=${HEIMDAL_HOME}
+GSSAPI_CONFIGURE_OFF= --without-gssapi
.else
GSSAPI_CONFIGURE_WITH= gssapi
.endif