Date: Sun, 1 Jun 2014 09:40:41 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r356072 - head/sysutils/system-tools-backends Message-ID: <201406010940.s519efCa061760@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: miwi Date: Sun Jun 1 09:40:41 2014 New Revision: 356072 URL: http://svnweb.freebsd.org/changeset/ports/356072 QAT: https://qat.redports.org/buildarchive/r356072/ Log: - Stage support - Convert USE_BZIP2 to USES Modified: head/sysutils/system-tools-backends/Makefile Modified: head/sysutils/system-tools-backends/Makefile ============================================================================== --- head/sysutils/system-tools-backends/Makefile Sun Jun 1 09:40:19 2014 (r356071) +++ head/sysutils/system-tools-backends/Makefile Sun Jun 1 09:40:41 2014 (r356072) @@ -17,8 +17,7 @@ LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/d polkit-gobject-1.0:${PORTSDIR}/sysutils/polkit RUN_DEPENDS= p5-Net-DBus>=0:${PORTSDIR}/devel/p5-Net-DBus -USE_BZIP2= yes -USES= gmake perl5 pkgconfig +USES= gmake perl5 pkgconfig tar:bzip2 USE_GNOME= gnomehack intlhack glib20 GNU_CONFIGURE= yes USE_GNOME_SUBR= yes @@ -27,7 +26,6 @@ CONFIGURE_ARGS= --with-stb-group=wheel \ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -NO_STAGE= yes post-configure: @${REINPLACE_CMD} -e 's|@GETTEXT_PACKAGE@|system-tools-backends|g' \ ${WRKSRC}/po/Makefile
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406010940.s519efCa061760>