diff options
author | maya <maya@pkgsrc.org> | 2020-05-16 18:07:56 +0000 |
---|---|---|
committer | maya <maya@pkgsrc.org> | 2020-05-16 18:07:56 +0000 |
commit | 15f934703811ca7ea2597a1a98fd3be70937ad3b (patch) | |
tree | 93bb568c0f3905918338cad9a15a518d50f20e46 /print/Makefile | |
parent | 2b1f794bc3075706c87b7df68f4dd8bf5d0b9248 (diff) | |
download | pkgsrc-15f934703811ca7ea2597a1a98fd3be70937ad3b.tar.gz |
Split cups-base in two: libcups and the printer daemon.
The intention with this change is to make it easier to enable CUPS support
by default in places, without requiring the daemon (which might conflict
with other printing setups).
Bump cups-base PKGREVISION and make it depend on libcups.
Diffstat (limited to 'print/Makefile')
-rw-r--r-- | print/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/Makefile b/print/Makefile index 736aee4d11a..4bb7ed262d6 100644 --- a/print/Makefile +++ b/print/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.769 2020/05/15 11:57:35 nia Exp $ +# $NetBSD: Makefile,v 1.770 2020/05/16 18:07:56 maya Exp $ # COMMENT= Desktop publishing @@ -78,6 +78,7 @@ SUBDIR+= lacheck SUBDIR+= latex-mk SUBDIR+= latexmk SUBDIR+= lgrind +SUBDIR+= libcups SUBDIR+= libgxps SUBDIR+= libpaper SUBDIR+= libspectre |