summaryrefslogtreecommitdiff
path: root/print/cups15
diff options
context:
space:
mode:
authormarino <marino@pkgsrc.org>2016-12-04 03:51:14 +0000
committermarino <marino@pkgsrc.org>2016-12-04 03:51:14 +0000
commit0d64b56801bd0dc7f3c42a31353345344fc6bcbe (patch)
tree34efd5e517da4214f5f0803b43fcfa123eaa97c9 /print/cups15
parente42ae9892a6a1b95e9d9013f7f018684307d7cbe (diff)
downloadpkgsrc-0d64b56801bd0dc7f3c42a31353345344fc6bcbe.tar.gz
Specify readline requirement on 30 packages
Solves: /usr/libexec/binutils225/elf/ld.gold: error: cannot find -lreadline The missing specification is obvious on DragonFly because there's no publically accessible version of readline in base.
Diffstat (limited to 'print/cups15')
-rw-r--r--print/cups15/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/print/cups15/Makefile b/print/cups15/Makefile
index a9447d5394b..78720b0f717 100644
--- a/print/cups15/Makefile
+++ b/print/cups15/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2016/07/09 06:38:50 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2016/12/04 03:51:16 marino 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 "../../devel/readline/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"