- Remove redundant dependence on "gtk+" package.
- Use wildcard dependences for "gnome-libs" and "esound" packages.
This commit is contained in:
parent
746c03463a
commit
e59b1e8791
1 changed files with 4 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue