RUN_DEPENDS on x11/gtk+2,-cups.
This commit is contained in:
parent
3741a64685
commit
e2f64ebf49
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.116 2015/04/04 09:36:37 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.117 2015/04/04 10:14:44 ajacoutot Exp $
|
||||
|
||||
COMMENT-main= GNOME desktop meta-package (base installation)
|
||||
COMMENT-extras= GNOME desktop meta-package (full installation)
|
||||
@ -9,7 +9,7 @@ PKGNAME= gnome-${V}
|
||||
PKGNAME-main= gnome-${V}
|
||||
PKGNAME-extras= gnome-extras-${V}
|
||||
|
||||
REVISION-main= 1
|
||||
REVISION-main= 2
|
||||
REVISION-extras= 0
|
||||
|
||||
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>, \
|
||||
@ -34,8 +34,9 @@ RUN_DEPENDS-main += x11/gnome/control-center \
|
||||
RUN_DEPENDS-main += x11/gnome/shell-extensions
|
||||
|
||||
# GNOME spooler is CUPS (gnome-printers-panel in gnome-control-center)
|
||||
# add gtk+3-cups so that gtkprint() can see native CUPS printers;
|
||||
# add gtk+{2,3}-cups so that gtkprint() can see native CUPS printers;
|
||||
# add gtk+3-cloudprint, gnome-online-accounts is already a dependency
|
||||
RUN_DEPENDS-main += x11/gtk+2,-cups
|
||||
RUN_DEPENDS-main += x11/gtk+3,-cups
|
||||
RUN_DEPENDS-main += x11/gtk+3,-cloudprint
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user