diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-04-14 16:15:20 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-04-14 16:15:20 +0000 |
commit | de061a6c61730df55c6f38d8d9ba964b6aee0b33 (patch) | |
tree | 3757535e0cffe141412b01910b7f14b0965825b2 /games/gnome2-games | |
parent | 35d896024bf7890025d3a7f16f7b5c155c099326 (diff) | |
download | pkgsrc-de061a6c61730df55c6f38d8d9ba964b6aee0b33.tar.gz |
Make use of the new USE_DIRS variable, instead of directly depending on the
*-dirs packages.
Diffstat (limited to 'games/gnome2-games')
-rw-r--r-- | games/gnome2-games/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/gnome2-games/Makefile b/games/gnome2-games/Makefile index 14423e34df1..6d084eda9b1 100644 --- a/games/gnome2-games/Makefile +++ b/games/gnome2-games/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2004/04/06 15:49:36 jmmv Exp $ +# $NetBSD: Makefile,v 1.32 2004/04/14 16:15:23 jmmv Exp $ DISTNAME= gnome-games-2.6.0 PKGREVISION= 1 @@ -10,12 +10,12 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.gnome.org/ COMMENT= GNOME2 games collection -DEPENDS+= gnome2-dirs>=1.5:../../misc/gnome2-dirs DEPENDS+= librsvg2-gtk2>=2.6.3:../../graphics/librsvg2-gtk2 CONFLICTS= xbill-[0-9]* USE_BUILDLINK3= yes +USE_DIRS+= gnome2-1.5 USE_PKGLOCALEDIR= yes USE_GNU_TOOLS+= make USE_X11= yes |