diff options
author | jmmv <jmmv> | 2003-07-18 18:04:07 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2003-07-18 18:04:07 +0000 |
commit | e2e407ceed49dcbb35d3a7520bf55a6fdac913e3 (patch) | |
tree | a76b3ce2993c090e348b72957a832c11993a92df /games/dopewars/Makefile | |
parent | 1b31132d69a7fae436d10adf2e3ff0b665f0748d (diff) | |
download | pkgsrc-e2e407ceed49dcbb35d3a7520bf55a6fdac913e3.tar.gz |
Do not depend on gnome1-dirs which requires X11, though dopewars does not
need it. Handle gnome shared directories manually here. Bump PKGREVISION
to 2. Pointed out by David W. Talmage in tech-pkg@.
Diffstat (limited to 'games/dopewars/Makefile')
-rw-r--r-- | games/dopewars/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/games/dopewars/Makefile b/games/dopewars/Makefile index 4f4e6b00997..f739c46552f 100644 --- a/games/dopewars/Makefile +++ b/games/dopewars/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.18 2003/07/13 13:51:44 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2003/07/18 18:04:07 jmmv Exp $ DISTNAME= dopewars-1.5.9 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= games MASTER_SITES= http://bellatrix.pcl.ox.ac.uk/~ben/dopewars/ \ ${MASTER_SITE_SOURCEFORGE:=dopewars/} \ @@ -11,8 +11,6 @@ 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+= gnome1-dirs>=1.0:../../misc/gnome1-dirs - USE_BUILDLINK2= YES USE_LIBTOOL= YES LIBTOOL_OVERRIDE= ${WRKSRC}/libtool |