summaryrefslogtreecommitdiff
path: root/print/cups
diff options
context:
space:
mode:
authorkhorben <khorben>2016-03-22 14:43:53 +0000
committerkhorben <khorben>2016-03-22 14:43:53 +0000
commit74e7d7f14f6a5acd2e3b8ce3404867e969e61f89 (patch)
tree2408dfa182773bd4af9d4aa380e3e05de5baca1e /print/cups
parent5ee382ffd322641ad4af1accfea68c69f78a3df6 (diff)
downloadpkgsrc-74e7d7f14f6a5acd2e3b8ce3404867e969e61f89.tar.gz
Register missing dependency on curses
Found with an unprivileged bootstrap on NetBSD/amd64 (--prefer-pkgsrc yes)
Diffstat (limited to 'print/cups')
-rw-r--r--print/cups/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/print/cups/Makefile b/print/cups/Makefile
index 3b23cb1b552..2fc3360743d 100644
--- a/print/cups/Makefile
+++ b/print/cups/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.228 2016/03/05 11:27:53 jperkin Exp $
+# $NetBSD: Makefile,v 1.229 2016/03/22 14:43:53 khorben 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:
@@ -179,6 +179,7 @@ post-install:
.include "../../devel/zlib/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
.include "../../graphics/tiff/buildlink3.mk"
+.include "../../mk/curses.buildlink3.mk"
.include "../../mk/jpeg.buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../print/libpaper/buildlink3.mk"