diff options
author | tron <tron@pkgsrc.org> | 2000-02-09 20:20:52 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-02-09 20:20:52 +0000 |
commit | e8a10395306470e93c8de90f9c143b32abd1e3a2 (patch) | |
tree | 6bb2ef86ab657480eb06fdeb92f25754eafb21f0 /print | |
parent | dc09236eb8a8723b565584a5eeb37481005d2baf (diff) | |
download | pkgsrc-e8a10395306470e93c8de90f9c143b32abd1e3a2.tar.gz |
Use "png>=1.0.3" instead of "png-*" in dependence list.
Diffstat (limited to 'print')
-rw-r--r-- | print/cups/Makefile | 4 | ||||
-rw-r--r-- | print/ghostscript5/Makefile | 4 | ||||
-rw-r--r-- | print/teTeX-bin/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/print/cups/Makefile b/print/cups/Makefile index d193700f736..5bc140aacae 100644 --- a/print/cups/Makefile +++ b/print/cups/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2000/02/09 15:22:43 tron Exp $ +# $NetBSD: Makefile,v 1.3 2000/02/09 20:20:57 tron Exp $ # DISTNAME= cups-1.0.2-source @@ -17,7 +17,7 @@ MAINTAINER= jlam@netbsd.org HOMEPAGE= http://www.cups.org/ DEPENDS+= jpeg-6b:../../graphics/jpeg -DEPENDS+= png-*:../../graphics/png +DEPENDS+= png>=1.0.3:../../graphics/png DEPENDS+= tiff-*:../../graphics/tiff USE_LIBTOOL= yes diff --git a/print/ghostscript5/Makefile b/print/ghostscript5/Makefile index b255be40253..128b56e0a87 100644 --- a/print/ghostscript5/Makefile +++ b/print/ghostscript5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2000/02/09 15:22:41 tron Exp $ +# $NetBSD: Makefile,v 1.46 2000/02/09 20:20:57 tron Exp $ # DISTNAME= ghostscript-5.50 @@ -21,7 +21,7 @@ HOMEPAGE= http://www.cs.wisc.edu/~ghost/index.html BUILD_DEPENDS= ${BUILD_ROOT}/graphics/jpeg/${WRKDIR:T}/jpeg-6b:../../graphics/jpeg:extract \ unzip:../../archivers/unzip -DEPENDS= png-*:../../graphics/png +DEPENDS= png>=1.0.3:../../graphics/png USE_X11= yes diff --git a/print/teTeX-bin/Makefile b/print/teTeX-bin/Makefile index 59a297a7261..e4c620ac126 100644 --- a/print/teTeX-bin/Makefile +++ b/print/teTeX-bin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2000/02/09 15:22:42 tron Exp $ +# $NetBSD: Makefile,v 1.15 2000/02/09 20:20:57 tron Exp $ # FreeBSD Id: Makefile,v 1.20 1997/08/05 06:56:41 tg Exp # @@ -15,7 +15,7 @@ DEPENDS+= teTeX-share-1.0:../teTeX-share DEPENDS+= dialog-0.6z:../../misc/dialog DEPENDS+= libwww-5.2.8:../../www/libwww DEPENDS+= ncurses>=4.2:../../devel/ncurses -DEPENDS+= png-*:../../graphics/png +DEPENDS+= png>=1.0.3:../../graphics/png CONFLICTS+= omega-* |