Date: Sat, 29 Nov 2014 20:17:52 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r373642 - head/graphics/grafx2 Message-ID: <201411292017.sATKHqXG086627@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411292017.sATKHqXG086627>