svn commit: r359432 - head/sysutils/gpkgdep

Vanilla I. Shu vanilla at FreeBSD.org
Fri Jun 27 01:51:00 UTC 2014


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>


More information about the svn-ports-all mailing list