diff options
author | rodent <rodent@pkgsrc.org> | 2017-01-04 22:31:48 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2017-01-04 22:31:48 +0000 |
commit | 40fd6397c84c58da6af0f32ebaae37290efe2b77 (patch) | |
tree | 187143d63ef8ebba61e8127630532fde59ad1e6b /print | |
parent | 5ba0e7b6739a309b67137a2779672f0247a74bae (diff) | |
download | pkgsrc-40fd6397c84c58da6af0f32ebaae37290efe2b77.tar.gz |
Revert last commit. Problem was fixed elsewhere previously. Identified by
wiz@ in private mail.
Diffstat (limited to 'print')
-rw-r--r-- | print/cups/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/print/cups/Makefile b/print/cups/Makefile index 3e442963641..c10e8f82dad 100644 --- a/print/cups/Makefile +++ b/print/cups/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.238 2016/12/31 23:06:51 rodent Exp $ +# $NetBSD: Makefile,v 1.239 2017/01/04 22:31:48 rodent Exp $ DISTNAME= cups-2.2.1-source PKGNAME= ${DISTNAME:S/-source//} @@ -160,7 +160,6 @@ 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" |