diff options
author | wiz <wiz@pkgsrc.org> | 2017-07-27 08:54:45 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-07-27 08:54:45 +0000 |
commit | 397a8e7e39f0f9d44bdc26fff9a01b5046a3c6bc (patch) | |
tree | 46b2dc84a220884425013242038fc69cb68c94e2 /print | |
parent | 9e8aff785a789fbe0207e67d7fd16a22f0059fe0 (diff) | |
download | pkgsrc-397a8e7e39f0f9d44bdc26fff9a01b5046a3c6bc.tar.gz |
Match cups: revert undiscussed mit-krb5 dependency. Should be optional,
and should have bumped PKGREVISION.
Diffstat (limited to 'print')
-rw-r--r-- | print/cups15/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/print/cups15/Makefile b/print/cups15/Makefile index 9e051f8259c..177620c62b3 100644 --- a/print/cups15/Makefile +++ b/print/cups15/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2017/07/25 18:32:50 reinoud Exp $ +# $NetBSD: Makefile,v 1.18 2017/07/27 08:54:45 wiz 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,5 +197,4 @@ 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" |