diff options
author | reinoud <reinoud@pkgsrc.org> | 2017-07-25 18:32:50 +0000 |
---|---|---|
committer | reinoud <reinoud@pkgsrc.org> | 2017-07-25 18:32:50 +0000 |
commit | b3f8b34b7df940f8ce00bde5a513a1c459cc7025 (patch) | |
tree | 6d34f57cde0979fd8d964363b4bcd148e4975492 | |
parent | 565919979045eff1322492355b1b44dacf1c7805 (diff) | |
download | pkgsrc-b3f8b34b7df940f8ce00bde5a513a1c459cc7025.tar.gz |
As with cups-1.5, explicitly depend on security/mit-krb5 since it can attempt
to link to it.
-rw-r--r-- | print/cups15/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/cups15/Makefile b/print/cups15/Makefile index 31c1c72538f..9e051f8259c 100644 --- a/print/cups15/Makefile +++ b/print/cups15/Makefile @@ -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" |