svn commit: r356087 - head/sysutils/gnome-system-tools
Martin Wilke
miwi at FreeBSD.org
Sun Jun 1 10:22:15 UTC 2014
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
More information about the svn-ports-head
mailing list