pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/cups15



Module Name:    pkgsrc
Committed By:   reinoud
Date:           Tue Jul 25 18:32:50 UTC 2017

Modified Files:
        pkgsrc/print/cups15: Makefile

Log Message:
As with cups-1.5, explicitly depend on security/mit-krb5 since it can attempt
to link to it.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/print/cups15/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/print/cups15/Makefile
diff -u pkgsrc/print/cups15/Makefile:1.16 pkgsrc/print/cups15/Makefile:1.17
--- pkgsrc/print/cups15/Makefile:1.16   Thu Jan 19 18:52:22 2017
+++ pkgsrc/print/cups15/Makefile        Tue Jul 25 18:32:50 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2017/01/19 18:52:22 agc Exp $
+# $NetBSD: Makefile,v 1.17 2017/07/25 18:32:50 reinoud Exp $
 #
 # The CUPS author is very good about taking back changes into the main
 # CUPS distribution.  The correct place to send patches or bug-fixes is:
@@ -197,4 +197,5 @@ post-install:
 .include "../../mk/pthread.buildlink3.mk"
 .include "../../print/libpaper/buildlink3.mk"
 .include "../../security/openssl/buildlink3.mk"
+.include "../../security/mit-krb5/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index