summaryrefslogtreecommitdiff
path: root/print/cups/options.mk
diff options
context:
space:
mode:
authorwiz <wiz>2017-02-16 13:09:19 +0000
committerwiz <wiz>2017-02-16 13:09:19 +0000
commitbc7d48ca9a8dd35a82dc465bcfbc7e77f35c6680 (patch)
treed3fc45820288c5eea11eaa5f228fe15ce631cefa /print/cups/options.mk
parent92b0b86694ee922c326f4dcb4b2d2d8c14491a3e (diff)
downloadpkgsrc-bc7d48ca9a8dd35a82dc465bcfbc7e77f35c6680.tar.gz
Add MESSAGE that you have to remove the kerberos section from the
cupsd config file when you build cups without kerberos support. Found by pgoyette.
Diffstat (limited to 'print/cups/options.mk')
-rw-r--r--print/cups/options.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/print/cups/options.mk b/print/cups/options.mk
index a32987f5c2e..01829ba9ce4 100644
--- a/print/cups/options.mk
+++ b/print/cups/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.19 2016/12/30 07:08:34 adam Exp $
+# $NetBSD: options.mk,v 1.20 2017/02/16 13:09:19 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.cups
PKG_SUPPORTED_OPTIONS= acl dnssd kerberos pam tcpwrappers
@@ -59,6 +59,7 @@ CONFIGURE_ARGS+= --disable-dnssd
CONFIGURE_ARGS+= --enable-gssapi
.else
CONFIGURE_ARGS+= --disable-gssapi
+MESSAGE_SRC+= ${PKGDIR}/MESSAGE.nokerberos
.endif
.if !empty(PKG_OPTIONS:Mlibusb)
@@ -77,7 +78,7 @@ MESSAGE_SRC+= ${PKGDIR}/MESSAGE.pam
PLIST.pam= yes
.else
CONFIGURE_ARGS+= --disable-pam
-MESSAGE_SRC= ${.CURDIR}/MESSAGE
+MESSAGE_SRC+= ${.CURDIR}/MESSAGE
.endif
.if !empty(PKG_OPTIONS:Mtcpwrappers)