diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2016-03-11 11:53:42 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2016-03-11 11:53:42 +0000 |
commit | 59272d10178066cdfa1d1aea23c915a09473d798 (patch) | |
tree | 923210657ff3819220d9f901a4ae5748d77b8564 /print/cups-pk-helper | |
parent | fc9825be880916c415aad3c9a9483fd377323fdf (diff) | |
download | ports-59272d10178066cdfa1d1aea23c915a09473d798.tar.gz ports-59272d10178066cdfa1d1aea23c915a09473d798.zip |
Notes
Diffstat (limited to 'print/cups-pk-helper')
-rw-r--r-- | print/cups-pk-helper/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/cups-pk-helper/Makefile b/print/cups-pk-helper/Makefile index ae9079ce703d..e5ac4defaa8c 100644 --- a/print/cups-pk-helper/Makefile +++ b/print/cups-pk-helper/Makefile @@ -4,13 +4,14 @@ PORTNAME= cups-pk-helper PORTVERSION= 0.2.5 +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= http://www.freedesktop.org/software/${PORTNAME}/releases/ MAINTAINER= gnome@FreeBSD.org COMMENT= Helper that makes system-config-printer use PolicyKit -LIB_DEPENDS= libcups.so:${PORTSDIR}/print/cups-client \ +LIB_DEPENDS= libcups.so:${PORTSDIR}/print/cups \ libpolkit-gobject-1.so:${PORTSDIR}/sysutils/polkit USE_GNOME= glib20 intltool |