diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2013-06-08 17:02:58 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2013-06-08 17:02:58 +0000 |
commit | 60feaac2a9048aa08da811e4bace950f6079e2f8 (patch) | |
tree | 990ef85112e9698356d5be46884ae8d646830cc4 /graphics/pngcrush | |
parent | 006fffe2e8e98db931f0e3749f13b0446562a670 (diff) |
Notes
Diffstat (limited to 'graphics/pngcrush')
-rw-r--r-- | graphics/pngcrush/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/pngcrush/Makefile b/graphics/pngcrush/Makefile index b9e417a8b776..d3550416e8e4 100644 --- a/graphics/pngcrush/Makefile +++ b/graphics/pngcrush/Makefile @@ -4,7 +4,7 @@ PORTNAME= pngcrush PORTVERSION= 1.7.51 CATEGORIES= graphics -MASTER_SITES= SF/pmt/${PORTNAME}/${PORTVERSION} +MASTER_SITES= SF/pmt/${PORTNAME}/old-versions/1.7/${PORTVERSION}/ DISTNAME= ${PORTNAME}-${PORTVERSION}-nolib MAINTAINER= jsa@FreeBSD.org @@ -12,8 +12,6 @@ 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 |