components/libneon/Makefile
changeset 7279 c2b1ddc7e31d
parent 7270 2a82983df5d6
child 7687 1093e2a9adbd
--- a/components/libneon/Makefile	Fri Nov 04 16:24:42 2016 -0700
+++ b/components/libneon/Makefile	Wed Nov 09 09:51:14 2016 -0800
@@ -96,3 +96,6 @@
 REQUIRED_PACKAGES += library/zlib
 REQUIRED_PACKAGES += security/kerberos-5
 REQUIRED_PACKAGES += shell/ksh93
+ifeq ($(OS_VERSION),5.11)
+REQUIRED_PACKAGES += system/library/security/gss
+endif