Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Mar 2014 15:22:10 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r347651 - head/graphics/metapixel
Message-ID:  <201403091522.s29FMASC013316@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Mar  9 15:22:09 2014
New Revision: 347651
URL: http://svnweb.freebsd.org/changeset/ports/347651
QAT: https://qat.redports.org/buildarchive/r347651/

Log:
  - Use USES=gmake
  - Remove Author line

Modified:
  head/graphics/metapixel/Makefile
  head/graphics/metapixel/pkg-descr

Modified: head/graphics/metapixel/Makefile
==============================================================================
--- head/graphics/metapixel/Makefile	Sun Mar  9 15:13:14 2014	(r347650)
+++ head/graphics/metapixel/Makefile	Sun Mar  9 15:22:09 2014	(r347651)
@@ -21,7 +21,7 @@ OPTIONS_DEFINE=	DOCS EXAMPLES
 
 CPPFLAGS+=	$$(libpng-config --I_opts) -I${LOCALBASE}/include -I.
 LDFLAGS+=	$$(libpng-config --L_opts) -L${LOCALBASE}/lib
-USE_GMAKE=	yes
+USES=		gmake
 
 MAN1=		metapixel.1
 PLIST_FILES=	bin/metapixel \

Modified: head/graphics/metapixel/pkg-descr
==============================================================================
--- head/graphics/metapixel/pkg-descr	Sun Mar  9 15:13:14 2014	(r347650)
+++ head/graphics/metapixel/pkg-descr	Sun Mar  9 15:22:09 2014	(r347651)
@@ -5,5 +5,4 @@ is substituted, as well as collage-style
 the images are placed at arbitrary positions in the source
 image, not aligned to a matrix.
 
-Author: Mark Propst <schani@complang.tuwien.ac.at>
 WWW: http://www.complang.tuwien.ac.at/~schani/metapixel/



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