summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>1998-04-23 21:06:28 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>1998-04-23 21:06:28 +0000
commit66f9ae4f4cfca34d9f9284a03689a817c4a7e581 (patch)
treebaf0d08adb7868865507157d741dd83468c5ea14 /graphics
parentWill not build testgtk anymore, review pkg/PLIST. (diff)
Add png support, I don't know how to add it on PATCHFILES, so I put it on
patches/patch-ah. sorry.
Notes
Notes: svn path=/head/; revision=10652
Diffstat (limited to 'graphics')
-rw-r--r--graphics/xv/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/xv/Makefile b/graphics/xv/Makefile
index b43bf3938c83..dfd0a5d2eb23 100644
--- a/graphics/xv/Makefile
+++ b/graphics/xv/Makefile
@@ -3,7 +3,7 @@
# Date created: 30 October 1994
# Whom: smace
#
-# $Id: Makefile,v 1.16 1997/12/01 08:08:00 tg Exp $
+# $Id: Makefile,v 1.17 1998/04/15 22:18:24 jseger Exp $
#
DISTNAME= xv-3.10a
@@ -20,7 +20,8 @@ PATCHFILES= xv-3.10a.JPEG-patch xv-3.10a.TIFF-patch
MAINTAINER= ports@FreeBSD.ORG
LIB_DEPENDS= jpeg\\.8\\.:${PORTSDIR}/graphics/jpeg \
- tiff34\\.1:${PORTSDIR}/graphics/tiff34
+ tiff34\\.1:${PORTSDIR}/graphics/tiff34 \
+ png\\.2\\.:${PORTSDIR}/graphics/png
USE_IMAKE= yes