svn commit: r373642 - head/graphics/grafx2

Emanuel Haupt ehaupt at FreeBSD.org
Sat Nov 29 20:17:52 UTC 2014


Author: ehaupt
Date: Sat Nov 29 20:17:51 2014
New Revision: 373642
URL: https://svnweb.freebsd.org/changeset/ports/373642
QAT: https://qat.redports.org/buildarchive/r373642/

Log:
  Convert to USES=tar:tgz

Modified:
  head/graphics/grafx2/Makefile

Modified: head/graphics/grafx2/Makefile
==============================================================================
--- head/graphics/grafx2/Makefile	Sat Nov 29 20:17:21 2014	(r373641)
+++ head/graphics/grafx2/Makefile	Sat Nov 29 20:17:51 2014	(r373642)
@@ -7,7 +7,6 @@ PORTREVISION=	1
 CATEGORIES=	graphics
 MASTER_SITES=	GOOGLE_CODE
 DISTNAME=	${PORTNAME}-${PORTVERSION}-src
-EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	ehaupt at FreeBSD.org
 COMMENT=	Pixelart-oriented bitmap painting program
@@ -15,7 +14,7 @@ COMMENT=	Pixelart-oriented bitmap painti
 LIB_DEPENDS=	libX11.so:${PORTSDIR}/x11/libX11 \
 		libpng15.so:${PORTSDIR}/graphics/png
 
-USES=		gmake pkgconfig
+USES=		gmake pkgconfig tar:tgz
 USE_SDL=	sdl image
 
 WRKSRC=		${WRKDIR}/${PORTNAME}/src


More information about the svn-ports-head mailing list