diff options
author | tron <tron> | 2000-02-09 15:22:32 +0000 |
---|---|---|
committer | tron <tron> | 2000-02-09 15:22:32 +0000 |
commit | 1429f757dd736d95944071515075f8a01780bc88 (patch) | |
tree | 43dc4b6bcfb1f549476ecf51f93028d5884a4cc1 /graphics/povray | |
parent | aa386d31f38becde09bc8c612bd88f5c65b48967 (diff) | |
download | pkgsrc-1429f757dd736d95944071515075f8a01780bc88.tar.gz |
Use wildcard dependence for "png" package.
Diffstat (limited to 'graphics/povray')
-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 1db87c1d114..8a0281ec60c 100644 --- a/graphics/povray/Makefile +++ b/graphics/povray/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2000/01/04 16:28:42 agc Exp $ +# $NetBSD: Makefile,v 1.7 2000/02/09 15:22:33 tron Exp $ # FreeBSD Id: Makefile,v 1.9 1998/08/20 18:56:00 jseger Exp # @@ -14,7 +14,7 @@ DIST_SUBDIR= ${PKGNAME} MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.povray.org/ -DEPENDS+= png-1.0.3:../../graphics/png +DEPENDS+= png-*:../../graphics/png USE_X11= yes |