diff options
author | tron <tron@pkgsrc.org> | 1999-06-20 19:45:44 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-06-20 19:45:44 +0000 |
commit | d4286f695aa0e88eca27d8ea3d76cc1203ce6dde (patch) | |
tree | 0266633be2b681c749460570d24eba824af63cd4 /graphics/xv | |
parent | 3c70284fbbd24536ed2b59265e1f1c2ffbef0a37 (diff) | |
download | pkgsrc-d4286f695aa0e88eca27d8ea3d76cc1203ce6dde.tar.gz |
Remove redundant dependence on "jpeg" package.
Diffstat (limited to 'graphics/xv')
-rw-r--r-- | graphics/xv/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/xv/Makefile b/graphics/xv/Makefile index cbaf5dac1fc..1082b9152c8 100644 --- a/graphics/xv/Makefile +++ b/graphics/xv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 1999/06/14 11:09:38 hubertf Exp $ +# $NetBSD: Makefile,v 1.21 1999/06/20 19:45:44 tron Exp $ # FreeBSD Id: Makefile,v 1.14 1997/07/03 07:37:08 asami Exp # @@ -17,10 +17,9 @@ PATCHFILES= xv-3.10a.JPEG-patch xv-3.10a.TIFF-patch # (for tiff3.4) MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.trilon.com/xv/ -DEPENDS+= tiff-3.4:../../graphics/tiff -DEPENDS+= jpeg-6b:../../graphics/jpeg DEPENDS+= ghostscript-5.50:../../print/ghostscript5 DEPENDS+= png-1.0.3:../png +DEPENDS+= tiff-3.4:../../graphics/tiff USE_IMAKE= yes |