diff options
Diffstat (limited to 'graphics/povray/Makefile')
-rw-r--r-- | graphics/povray/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/povray/Makefile b/graphics/povray/Makefile index bc161cf5d6f..20f3a16f4c3 100644 --- a/graphics/povray/Makefile +++ b/graphics/povray/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2001/03/04 09:06:14 tron Exp $ +# $NetBSD: Makefile,v 1.13 2001/05/22 09:32:22 wiz Exp $ # FreeBSD Id: Makefile,v 1.9 1998/08/20 18:56:00 jseger Exp DISTNAME= povray31 @@ -14,7 +14,7 @@ MAINTAINER= pooka@netbsd.org HOMEPAGE= http://www.povray.org/ COMMENT= Persistence of Vision Ray Tracer -DEPENDS+= png>1.0.9:../../graphics/png +DEPENDS+= png>=1.0.11:../../graphics/png USE_X11= yes |