svn commit: r356072 - head/sysutils/system-tools-backends

Martin Wilke miwi at FreeBSD.org
Sun Jun 1 09:40:41 UTC 2014


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


More information about the svn-ports-head mailing list