diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2012-02-23 19:15:47 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2012-02-23 19:15:47 +0000 |
commit | ffdd4938d5ae9fa78afed7032a033e256f87a68f (patch) | |
tree | aad874b5b72f5e2d30b304033ae951133f674aca /graphics/metapixel | |
parent | ff268f0dd2a53dcccae0837093f70349f2ba5ed8 (diff) |
Notes
Diffstat (limited to 'graphics/metapixel')
-rw-r--r-- | graphics/metapixel/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/graphics/metapixel/Makefile b/graphics/metapixel/Makefile index 7a17d0e76c27..40fd41a2878e 100644 --- a/graphics/metapixel/Makefile +++ b/graphics/metapixel/Makefile @@ -18,8 +18,6 @@ LIB_DEPENDS= png.6:${PORTSDIR}/graphics/png \ jpeg.11:${PORTSDIR}/graphics/jpeg \ gif.5:${PORTSDIR}/graphics/giflib -BROKEN= does not build with giflib - USE_GMAKE= yes CPPFLAGS+= -I${LOCALBASE}/include -I. LDFLAGS+= -L${LOCALBASE}/lib |