diff options
author | tron <tron@pkgsrc.org> | 1999-10-23 00:11:06 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-10-23 00:11:06 +0000 |
commit | e59b1e87919e5412948297f979c6eb1e086a932f (patch) | |
tree | 6fe4c2fa341af3263a29eb580ca1a5ba7b90e072 /graphics/giram | |
parent | 746c03463a0dccfe4097382020246d07f7666235 (diff) | |
download | pkgsrc-e59b1e87919e5412948297f979c6eb1e086a932f.tar.gz |
- Remove redundant dependence on "gtk+" package.
- Use wildcard dependences for "gnome-libs" and "esound" packages.
Diffstat (limited to 'graphics/giram')
-rw-r--r-- | graphics/giram/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/graphics/giram/Makefile b/graphics/giram/Makefile index 8de035d9e24..2f4927c29eb 100644 --- a/graphics/giram/Makefile +++ b/graphics/giram/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 1999/09/29 22:58:44 tron Exp $ +# $NetBSD: Makefile,v 1.7 1999/10/23 00:11:06 tron Exp $ # FreeBSD Id: Makefile,v 1.1.1.1 1999/06/19 17:38:24 cpiazza Exp $ DISTNAME= Giram-0.1.2 @@ -9,11 +9,10 @@ MASTER_SITES= ftp://ftp.minet.net/pub/giram/ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.minet.net/giram/ -DEPENDS+= gtk+-1.2.4:../../x11/gtk DEPENDS+= Mesa-*:../../graphics/Mesa -DEPENDS+= gnome-libs-1.0.16:../../x11/gnome-libs -DEPENDS+= esound-0.2.8:../../audio/esound -RUN_DEPENDS= povray:../../graphics/povray +DEPENDS+= esound-*:../../audio/esound +DEPENDS+= gnome-libs-*:../../x11/gnome-libs +DEPENDS+= povray-*:../../graphics/povray USE_X11= yes USE_GMAKE= yes |