From 8f7e848e60a6ad5bbcd4e1f294745641d157bfc2 Mon Sep 17 00:00:00 2001 From: tron Date: Sun, 4 Mar 2001 09:06:09 +0000 Subject: Because the minor number of the PNG library was increased packages compiled using the newest PNG library won't work on system with an older one. To prevent such problems with precompiled binary packages require at least "png-1.0.9nb1" in all dependences. --- print/teTeX-bin/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'print/teTeX-bin') diff --git a/print/teTeX-bin/Makefile b/print/teTeX-bin/Makefile index 9eab0370aad..e51407f2f56 100644 --- a/print/teTeX-bin/Makefile +++ b/print/teTeX-bin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2001/02/22 13:25:10 tron Exp $ +# $NetBSD: Makefile,v 1.26 2001/03/04 09:06:17 tron Exp $ # FreeBSD Id: Makefile,v 1.20 1997/08/05 06:56:41 tg Exp # @@ -16,7 +16,7 @@ BUILD_DEPENDS+= ${LOCALBASE}/bin/bison:../../devel/bison DEPENDS+= teTeX-share-1.0.*:../teTeX-share DEPENDS+= dialog-0.6z:../../misc/dialog DEPENDS+= libwww>=5.2.8:../../www/libwww -DEPENDS+= png>=1.0.6:../../graphics/png +DEPENDS+= png>1.0.9:../../graphics/png DEPENDS+= texi2html>=1.52:../../textproc/texi2html CONFLICTS+= omega-* -- cgit v1.2.3