Date: Sun, 1 Jun 2014 10:22:15 +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: r356087 - head/sysutils/gnome-system-tools Message-ID: <201406011022.s51AMFrY083160@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: miwi Date: Sun Jun 1 10:22:15 2014 New Revision: 356087 URL: http://svnweb.freebsd.org/changeset/ports/356087 QAT: https://qat.redports.org/buildarchive/r356087/ Log: - Stage support - Convert BZIP2 to USES Modified: head/sysutils/gnome-system-tools/Makefile Modified: head/sysutils/gnome-system-tools/Makefile ============================================================================== --- head/sysutils/gnome-system-tools/Makefile Sun Jun 1 10:21:53 2014 (r356086) +++ head/sysutils/gnome-system-tools/Makefile Sun Jun 1 10:22:15 2014 (r356087) @@ -15,9 +15,8 @@ COMMENT= Tools to configure workstations LIB_DEPENDS= oobs-1:${PORTSDIR}/devel/liboobs \ polkit-gtk-1:${PORTSDIR}/sysutils/polkit-gnome -USE_BZIP2= yes INSTALLS_ICONS= yes -USES= gettext gmake pathfix pkgconfig +USES= gettext gmake pathfix pkgconfig tar:bzip2 USE_LDCONFIG= yes USE_GNOME= gnomeprefix intlhack nautilus2 USE_AUTOTOOLS= libtool @@ -28,7 +27,6 @@ LDFLAGS+= -L${LOCALBASE}/lib GLIB_SCHEMAS= org.gnome.system-tools.gschema.xml -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|gmodule-export-2.0|gmodule-export-2.0 gthread-2.0|g' \ ${WRKSRC}/configure
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406011022.s51AMFrY083160>