diff options
author | rodent <rodent@pkgsrc.org> | 2016-12-31 23:06:51 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2016-12-31 23:06:51 +0000 |
commit | 113b3bfc744543c797eef51daf79b3886db11638 (patch) | |
tree | 6f9a6775a072c84781745ff92aaf124776b914c3 /print | |
parent | 43ee8b019f51cac3c8b653ed5d17feee31a20eee (diff) | |
download | pkgsrc-113b3bfc744543c797eef51daf79b3886db11638.tar.gz |
Needs mk/readline.buildlink3.mk. Else, the build fails on FreeBSD as
-lreadline can't be found.
Diffstat (limited to 'print')
-rw-r--r-- | print/cups/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/cups/Makefile b/print/cups/Makefile index 8dc3bdb6e33..3e442963641 100644 --- a/print/cups/Makefile +++ b/print/cups/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.237 2016/12/30 07:08:34 adam Exp $ +# $NetBSD: Makefile,v 1.238 2016/12/31 23:06:51 rodent Exp $ DISTNAME= cups-2.2.1-source PKGNAME= ${DISTNAME:S/-source//} @@ -160,6 +160,7 @@ post-install: ${LN} -sf ${DESTDIR}${PREFIX}/libexec/cups/backend/dnssd ${DESTDIR}${PREFIX}/libexec/cups/backend/mdns .endif +.include "../../mk/readline.buildlink3.mk" .include "../../converters/libiconv/buildlink3.mk" .include "../../devel/zlib/buildlink3.mk" .include "../../graphics/png/buildlink3.mk" |