svn commit: r352165 - head/print/cups-pk-helper
Baptiste Daroussin
bapt at FreeBSD.org
Fri Apr 25 23:09:17 UTC 2014
Author: bapt
Date: Fri Apr 25 23:09:16 2014
New Revision: 352165
URL: http://svnweb.freebsd.org/changeset/ports/352165
QAT: https://qat.redports.org/buildarchive/r352165/
Log:
Support stage
Modified:
head/print/cups-pk-helper/Makefile
Modified: head/print/cups-pk-helper/Makefile
==============================================================================
--- head/print/cups-pk-helper/Makefile Fri Apr 25 23:08:08 2014 (r352164)
+++ head/print/cups-pk-helper/Makefile Fri Apr 25 23:09:16 2014 (r352165)
@@ -13,12 +13,11 @@ COMMENT= Helper that makes system-config
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>
More information about the svn-ports-all
mailing list