diff options
author | bapt <bapt@FreeBSD.org> | 2014-04-26 07:09:16 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-04-26 07:09:16 +0800 |
commit | ac05b1746b785e58a9a5c9e7fac8953733c9143a (patch) | |
tree | de0a5c1fba6cda11ceba876053d0f056390df7f7 /print | |
parent | 3210d2b746c4c56f6806f385134515129155c043 (diff) | |
download | freebsd-ports-gnome-ac05b1746b785e58a9a5c9e7fac8953733c9143a.tar.gz freebsd-ports-gnome-ac05b1746b785e58a9a5c9e7fac8953733c9143a.tar.zst freebsd-ports-gnome-ac05b1746b785e58a9a5c9e7fac8953733c9143a.zip |
Support stage
Diffstat (limited to 'print')
-rw-r--r-- | print/cups-pk-helper/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/print/cups-pk-helper/Makefile b/print/cups-pk-helper/Makefile index 594a341151ef..1296d2b54985 100644 --- a/print/cups-pk-helper/Makefile +++ b/print/cups-pk-helper/Makefile @@ -13,12 +13,11 @@ COMMENT= Helper that makes system-config-printer use PolicyKit LIB_DEPENDS= libcups.so:${PORTSDIR}/print/cups-client \ libpolkit-gobject-1.so:${PORTSDIR}/sysutils/polkit -USE_XZ= yes USE_GNOME= glib20 intlhack -USES= gettext gmake pathfix pkgconfig +USES= gettext gmake pathfix pkgconfig tar:xz GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/libs +INSTALL_TARGET= install-strip -NO_STAGE= yes .include <bsd.port.mk> |