diff options
author | mandree <mandree@FreeBSD.org> | 2013-06-09 01:02:58 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2013-06-09 01:02:58 +0800 |
commit | 1b9eb6e3c5592209ed3d41b7ef252960f5f37ebc (patch) | |
tree | 990ef85112e9698356d5be46884ae8d646830cc4 /graphics | |
parent | 3c433b8e99d52ff597c22cf3b177ad3502c7297c (diff) | |
download | freebsd-ports-gnome-1b9eb6e3c5592209ed3d41b7ef252960f5f37ebc.tar.gz freebsd-ports-gnome-1b9eb6e3c5592209ed3d41b7ef252960f5f37ebc.tar.zst freebsd-ports-gnome-1b9eb6e3c5592209ed3d41b7ef252960f5f37ebc.zip |
Chase relocation of upstream source, and remove BROKEN=Does not fetch.
Note there are multiple pending PRs.
Diffstat (limited to 'graphics')
-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 |