aboutsummaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-04-26 07:09:16 +0800
committerbapt <bapt@FreeBSD.org>2014-04-26 07:09:16 +0800
commitac05b1746b785e58a9a5c9e7fac8953733c9143a (patch)
treede0a5c1fba6cda11ceba876053d0f056390df7f7 /print
parent3210d2b746c4c56f6806f385134515129155c043 (diff)
downloadfreebsd-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/Makefile5
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>