diff options
author | ache <ache@FreeBSD.org> | 2001-09-11 02:22:51 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2001-09-11 02:22:51 +0000 |
commit | 5b5e6e858662d3eaa048d87aa3cf3c91908aa7ed (patch) | |
tree | 7ced173165cbc4b0135157d322d6f933e310875a /graphics/xawtv | |
parent | 125d93a2a1ea821b7fa28c4117a5b0e68fdbd8e6 (diff) | |
download | FreeBSD-ports-5b5e6e858662d3eaa048d87aa3cf3c91908aa7ed.zip FreeBSD-ports-5b5e6e858662d3eaa048d87aa3cf3c91908aa7ed.tar.gz |
Bump png major
Diffstat (limited to 'graphics/xawtv')
-rw-r--r-- | graphics/xawtv/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/xawtv/Makefile b/graphics/xawtv/Makefile index 6f2cb14..c73dcdc 100644 --- a/graphics/xawtv/Makefile +++ b/graphics/xawtv/Makefile @@ -14,7 +14,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= greid@ukug.uk.freebsd.org LIB_DEPENDS= Xaw3d.${XAWVER}:${PORTSDIR}/x11-toolkits/Xaw3d \ - png.4:${PORTSDIR}/graphics/png \ + png.5:${PORTSDIR}/graphics/png \ jpeg.9:${PORTSDIR}/graphics/jpeg WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/} |