diff options
Diffstat (limited to '')
-rw-r--r-- | graphics/xv/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/xv/Makefile b/graphics/xv/Makefile index fabf16c7d56a..153639a73729 100644 --- a/graphics/xv/Makefile +++ b/graphics/xv/Makefile @@ -3,7 +3,7 @@ # Date created: 30 October 1994 # Whom: smace # -# $Id: Makefile,v 1.30 1998/11/25 05:06:28 jseger Exp $ +# $Id: Makefile,v 1.31 1998/11/25 09:01:21 asami Exp $ # DISTNAME= xv-3.10a @@ -26,7 +26,7 @@ MAINTAINER?= shige@kuis.kyoto-u.ac.jp LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ tiff.4:${PORTSDIR}/graphics/tiff34 \ - png.2:${PORTSDIR}/graphics/png + png.3:${PORTSDIR}/graphics/png USE_IMAKE= yes .if !defined(NOMAN) |