diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-03-09 23:22:09 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-03-09 23:22:09 +0800 |
commit | cb75b766af28730902bca1cda4e114912508a901 (patch) | |
tree | e5d7cf929fa8c4939a68208fb79380bede8c59ce /graphics | |
parent | 75ad0063bbfc27764f27c6897c1f9fd66ec0b68f (diff) | |
download | freebsd-ports-gnome-cb75b766af28730902bca1cda4e114912508a901.tar.gz freebsd-ports-gnome-cb75b766af28730902bca1cda4e114912508a901.tar.zst freebsd-ports-gnome-cb75b766af28730902bca1cda4e114912508a901.zip |
- Use USES=gmake
- Remove Author line
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/metapixel/Makefile | 2 | ||||
-rw-r--r-- | graphics/metapixel/pkg-descr | 1 |
2 files changed, 1 insertions, 2 deletions
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 <schani@complang.tuwien.ac.at> WWW: http://www.complang.tuwien.ac.at/~schani/metapixel/ |