diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-03-08 19:40:36 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-03-08 19:40:36 +0000 |
commit | 0eea41ffb889b6d88dc6c53d485efeb703b452fd (patch) | |
tree | 31ed0dbd30601179a2bbef617a33214b104e418a /games/xbreaky | |
parent | 0abc4adafe3476950763948379df9245f53b84fc (diff) | |
download | pkgsrc-0eea41ffb889b6d88dc6c53d485efeb703b452fd.tar.gz |
Handle some shared directories by depending on (or updating dependancies to
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs.
Bump PKGREVISION.
Diffstat (limited to 'games/xbreaky')
-rw-r--r-- | games/xbreaky/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/games/xbreaky/Makefile b/games/xbreaky/Makefile index 376afbd7a4c..8ecef542fbb 100644 --- a/games/xbreaky/Makefile +++ b/games/xbreaky/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2003/07/21 16:50:02 martti Exp $ +# $NetBSD: Makefile,v 1.8 2004/03/08 19:40:39 jmmv Exp $ # DISTNAME= xbreaky-0.0.5 +PKGREVISION= 1 CATEGORIES= games MASTER_SITES= http://xbreaky.sourceforge.net/ @@ -9,6 +10,8 @@ MAINTAINER= rh@NetBSD.org HOMEPAGE= http://xbreaky.sourceforge.net/ COMMENT= Breakout game for X11 +DEPENDS+= xdg-dirs>=1.1:../../misc/xdg-dirs + USE_BUILDLINK2= YES USE_X11= YES |