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 | e58bd696279c1e7aa64401bb52c1c27cfb95e8e8 (patch) | |
tree | 6743a7373d3c7041448d77ef4b9fd94f7c1c85b9 | |
parent | 6dcf41e93ae458e38d7bc937cf27b8cac19c4edc (diff) | |
download | pkgsrc-e58bd696279c1e7aa64401bb52c1c27cfb95e8e8.tar.gz |
Revert last commit. Problem was fixed elsewhere previously. Identified by
wiz@ in private mail.
-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" |