pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/cups When CUPS is compiled with Kerberos support...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/24287092c9e0
branches:  trunk
changeset: 539206:24287092c9e0
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sat Mar 01 14:14:20 2008 +0000

description:
When CUPS is compiled with Kerberos support, buildlink that as well.

diffstat:

 print/cups/buildlink3.mk |  9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r 926791a82620 -r 24287092c9e0 print/cups/buildlink3.mk
--- a/print/cups/buildlink3.mk  Sat Mar 01 12:13:08 2008 +0000
+++ b/print/cups/buildlink3.mk  Sat Mar 01 14:14:20 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.19 2008/01/18 05:08:53 tnn Exp $
+# $NetBSD: buildlink3.mk,v 1.20 2008/03/01 14:14:20 joerg Exp $
 
 BUILDLINK_DEPTH:=      ${BUILDLINK_DEPTH}+
 CUPS_BUILDLINK3_MK:=   ${CUPS_BUILDLINK3_MK}+
@@ -17,6 +17,13 @@
 BUILDLINK_PKGSRCDIR.cups?=     ../../print/cups
 .endif # CUPS_BUILDLINK3_MK
 
+pkgbase := cups
+.include "../../mk/pkg-build-options.mk"
+
+.if !empty(PKG_BUILD_OPTIONS.cups:Mkerberos)
+.include "../../mk/krb5.buildlink3.mk"
+.endif
+
 .include "../../graphics/png/buildlink3.mk"
 .include "../../graphics/tiff/buildlink3.mk"
 .include "../../security/openssl/buildlink3.mk"



Home | Main Index | Thread Index | Old Index