diff options
author | salo <salo@pkgsrc.org> | 2002-12-01 02:00:12 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2002-12-01 02:00:12 +0000 |
commit | e11e690bb2d90f5195692b97c2936276f9f1ac65 (patch) | |
tree | c8f867ca4e73517b6f22b94ac9e05bca4bc06aee /games/dopewars | |
parent | f25fa1bb499d55decdf0353e4477a280985aadfa (diff) | |
download | pkgsrc-e11e690bb2d90f5195692b97c2936276f9f1ac65.tar.gz |
USE_PKGLOCALEDIR, delint.
Diffstat (limited to 'games/dopewars')
-rw-r--r-- | games/dopewars/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/dopewars/Makefile b/games/dopewars/Makefile index ba46f98506f..fbb29132985 100644 --- a/games/dopewars/Makefile +++ b/games/dopewars/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2002/10/13 11:35:15 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2002/12/01 02:00:13 salo Exp $ DISTNAME= dopewars-1.5.0 CATEGORIES= games @@ -12,6 +12,7 @@ HOMEPAGE= http://bellatrix.pcl.ox.ac.uk/~ben/dopewars/ COMMENT= Make a fortune dealing drugs on the streets of New York USE_BUILDLINK2= YES +USE_PKGLOCALEDIR= YES USE_GMAKE= YES GNU_CONFIGURE= YES |