diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-26 07:09:16 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-26 07:09:16 +0800 |
commit | 4bd35aed18505a5be31589305993f7de51545a91 (patch) | |
tree | de0a5c1fba6cda11ceba876053d0f056390df7f7 /print/cups-pk-helper | |
parent | 10e8d0e423fb6aee6986c907f2b3d598c86352c3 (diff) | |
download | freebsd-ports-gnome-4bd35aed18505a5be31589305993f7de51545a91.tar.gz freebsd-ports-gnome-4bd35aed18505a5be31589305993f7de51545a91.tar.zst freebsd-ports-gnome-4bd35aed18505a5be31589305993f7de51545a91.zip |
Support stage
Diffstat (limited to 'print/cups-pk-helper')
-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> |