diff options
author | ache <ache@FreeBSD.org> | 2001-09-11 10:59:20 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2001-09-11 10:59:20 +0800 |
commit | ed6c5c7e0dd17182b15410ac5173ebf0ce1edb20 (patch) | |
tree | 216adf81ea3ee1b22e16d7731bfa95a0144d8d87 /print/panda | |
parent | eba203ae074daf941d4100fbbbb3e33160a57918 (diff) | |
download | freebsd-ports-gnome-ed6c5c7e0dd17182b15410ac5173ebf0ce1edb20.tar.gz freebsd-ports-gnome-ed6c5c7e0dd17182b15410ac5173ebf0ce1edb20.tar.zst freebsd-ports-gnome-ed6c5c7e0dd17182b15410ac5173ebf0ce1edb20.zip |
Bump png major
Diffstat (limited to 'print/panda')
-rw-r--r-- | print/panda/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/panda/Makefile b/print/panda/Makefile index 4ec18cee434a..00865fa1773d 100644 --- a/print/panda/Makefile +++ b/print/panda/Makefile @@ -17,7 +17,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= knu@FreeBSD.org LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ - png.4:${PORTSDIR}/graphics/png \ + png.5:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/.p/-rc/} |