From 94d466244710de6ccb64bed3cdcaea81abc20fdf 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/cups/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'print/cups') diff --git a/print/cups/Makefile b/print/cups/Makefile index e240c425bc2..cb6f5bf311f 100644 --- a/print/cups/Makefile +++ b/print/cups/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2001/02/27 17:37:53 jlam Exp $ +# $NetBSD: Makefile,v 1.24 2001/03/04 09:06:17 tron Exp $ # DISTNAME= cups-${VERS}-3-source @@ -21,7 +21,7 @@ CONFLICTS+= LPRng-[0-9]* LPRng-core-[0-9]* BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf:../../devel/autoconf DEPENDS+= jpeg-6b:../../graphics/jpeg -DEPENDS+= png>=1.0.6:../../graphics/png +DEPENDS+= png>1.0.9:../../graphics/png DEPENDS+= tiff-*:../../graphics/tiff USE_GMAKE= # defined -- cgit v1.2.3