diff options
-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 |