diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2001-09-11 02:50:07 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2001-09-11 02:50:07 +0000 |
commit | d2a574cd84beadb78b14387a431e343f53019089 (patch) | |
tree | f34dcd6397341ba0ebd7468c5bcdfa7c05e3e520 /devel/cvsgraph | |
parent | 4e9210b7278284b11f40b35f315ce73f48563b69 (diff) | |
download | ports-d2a574cd84beadb78b14387a431e343f53019089.tar.gz ports-d2a574cd84beadb78b14387a431e343f53019089.zip |
Notes
Diffstat (limited to 'devel/cvsgraph')
-rw-r--r-- | devel/cvsgraph/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/cvsgraph/Makefile b/devel/cvsgraph/Makefile index 7fb664143e93..f01ef8467266 100644 --- a/devel/cvsgraph/Makefile +++ b/devel/cvsgraph/Makefile @@ -14,7 +14,7 @@ MAINTAINER= trevor@FreeBSD.org LIB_DEPENDS= gd.2:${PORTSDIR}/graphics/gd \ jpeg.9:${PORTSDIR}/graphics/jpeg \ - png.4:${PORTSDIR}/graphics/png + png.5:${PORTSDIR}/graphics/png WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |