diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-04 21:21:32 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-04 21:21:32 +0000 |
commit | eb8a637c49ce05520f08c977403ff56aae52139b (patch) | |
tree | a7795cea66a62ceb10bbb12df62b2c1fbcab64a8 /graphics/pngcrush/Makefile | |
parent | 18b780ca725c9d1ef0d0b2a15b34c6236e6dd8f8 (diff) |
Notes
Diffstat (limited to 'graphics/pngcrush/Makefile')
-rw-r--r-- | graphics/pngcrush/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/pngcrush/Makefile b/graphics/pngcrush/Makefile index fbc3b6be67b1..b9e417a8b776 100644 --- a/graphics/pngcrush/Makefile +++ b/graphics/pngcrush/Makefile @@ -1,6 +1,5 @@ # Created by: Chris D. Faulhaber <jedgar@FreeBSD.org> # $FreeBSD$ -# PORTNAME= pngcrush PORTVERSION= 1.7.51 @@ -9,10 +8,12 @@ MASTER_SITES= SF/pmt/${PORTNAME}/${PORTVERSION} DISTNAME= ${PORTNAME}-${PORTVERSION}-nolib MAINTAINER= jsa@FreeBSD.org -COMMENT= An optimizer for PNG files +COMMENT= Optimizer for PNG files LIB_DEPENDS= png15:${PORTSDIR}/graphics/png +BROKEN= Does not fetch + USE_XZ= yes USE_GMAKE= yes CFLAGS+= -DPNGCRUSH_COUNT_COLORS -I${LOCALBASE}/include |