Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Jun 2014 01:51:00 +0000 (UTC)
From:      "Vanilla I. Shu" <vanilla@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r359432 - head/sysutils/gpkgdep
Message-ID:  <201406270151.s5R1p0uD047327@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: vanilla
Date: Fri Jun 27 01:51:00 2014
New Revision: 359432
URL: http://svnweb.freebsd.org/changeset/ports/359432
QAT: https://qat.redports.org/buildarchive/r359432/

Log:
  1: Stagify.
  2: USES=tar:bzip2
  
  Approved by:	portmgr@ (blanket approval)

Modified:
  head/sysutils/gpkgdep/Makefile

Modified: head/sysutils/gpkgdep/Makefile
==============================================================================
--- head/sysutils/gpkgdep/Makefile	Fri Jun 27 01:42:46 2014	(r359431)
+++ head/sysutils/gpkgdep/Makefile	Fri Jun 27 01:51:00 2014	(r359432)
@@ -12,12 +12,10 @@ COMMENT=	Shows package dependencies in t
 
 LICENSE=	GPLv2
 
-USE_BZIP2=	yes
 USE_GNOME=	gtk20
 USE_AUTOTOOLS=	automake14 autoconf
 AUTOMAKE_ARGS=	--add-missing
-USES=		gmake pkgconfig
+USES=		gmake pkgconfig tar:bzip2
 PLIST_FILES=	bin/gpkgdep
 
-NO_STAGE=	yes
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406270151.s5R1p0uD047327>