diff options
-rw-r--r-- | games/dopewars/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/dopewars/Makefile b/games/dopewars/Makefile index 244458967d9..ceb23d99907 100644 --- a/games/dopewars/Makefile +++ b/games/dopewars/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/07/01 08:27:30 garbled Exp $ +# $NetBSD: Makefile,v 1.2 1999/07/06 08:55:47 jlam Exp $ DISTNAME= dopewars-1.4.3 CATEGORIES= games @@ -7,7 +7,7 @@ MASTER_SITES= http://bellatrix.pcl.ox.ac.uk/~ben/dopewars/ MAINTAINER= root@garbled.net HOMEPAGE= http://bellatrix.pcl.ox.ac.uk/~ben/dopewars/ -DEPENDS+= ncurses-1.9.9g:../../devel/ncurses +DEPENDS+= ncurses-4.2:../../devel/ncurses ALL_TARGET= dopewars LDFLAGS+= -L${LOCALBASE}/lib |