diff options
Diffstat (limited to 'games/dopewars/Makefile')
-rw-r--r-- | games/dopewars/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/games/dopewars/Makefile b/games/dopewars/Makefile index 077608176ab..1aa031433e4 100644 --- a/games/dopewars/Makefile +++ b/games/dopewars/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.24 2004/03/08 02:32:31 snj Exp $ +# $NetBSD: Makefile,v 1.25 2004/03/08 19:40:38 jmmv Exp $ DISTNAME= dopewars-1.5.9 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= games MASTER_SITES= http://bellatrix.pcl.ox.ac.uk/~ben/dopewars/ \ ${MASTER_SITE_SOURCEFORGE:=dopewars/} \ @@ -11,6 +11,8 @@ MAINTAINER= root@garbled.net HOMEPAGE= http://bellatrix.pcl.ox.ac.uk/~ben/dopewars/ COMMENT= Make a fortune dealing drugs on the streets of New York +DEPENDS+= xdg-dirs>=1.1:../../misc/xdg-dirs + USE_BUILDLINK3= YES USE_LIBTOOL= YES USE_PKGLOCALEDIR= YES |