From cb75b766af28730902bca1cda4e114912508a901 Mon Sep 17 00:00:00 2001 From: sunpoet Date: Sun, 9 Mar 2014 15:22:09 +0000 Subject: - Use USES=gmake - Remove Author line --- graphics/metapixel/Makefile | 2 +- graphics/metapixel/pkg-descr | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'graphics') diff --git a/graphics/metapixel/Makefile b/graphics/metapixel/Makefile index 3dc5ae992f83..3c436b57d149 100644 --- a/graphics/metapixel/Makefile +++ b/graphics/metapixel/Makefile @@ -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 \ diff --git a/graphics/metapixel/pkg-descr b/graphics/metapixel/pkg-descr index 548a26be9147..0ea1f9879974 100644 --- a/graphics/metapixel/pkg-descr +++ b/graphics/metapixel/pkg-descr @@ -5,5 +5,4 @@ is substituted, as well as collage-style photomosaics, where the images are placed at arbitrary positions in the source image, not aligned to a matrix. -Author: Mark Propst WWW: http://www.complang.tuwien.ac.at/~schani/metapixel/ -- cgit