diff options
Diffstat (limited to 'print/cups-pk-helper')
-rw-r--r-- | print/cups-pk-helper/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/cups-pk-helper/Makefile b/print/cups-pk-helper/Makefile index e5ac4defaa8c..99c40e985aba 100644 --- a/print/cups-pk-helper/Makefile +++ b/print/cups-pk-helper/Makefile @@ -11,8 +11,8 @@ 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 \ - libpolkit-gobject-1.so:${PORTSDIR}/sysutils/polkit +LIB_DEPENDS= libcups.so:print/cups \ + libpolkit-gobject-1.so:sysutils/polkit USE_GNOME= glib20 intltool USES= cpe gettext gmake pkgconfig tar:xz |