diff options
author | jlam <jlam> | 2000-01-15 18:46:22 +0000 |
---|---|---|
committer | jlam <jlam> | 2000-01-15 18:46:22 +0000 |
commit | 07897f319965f90329f7c1ddffa89c372810ca5b (patch) | |
tree | c6a93602074e7aa963f2e7e309c2647a417b3145 /ham/tnt | |
parent | 5e967b46423a6d6bbbaed5e1bf103598647a9eef (diff) | |
download | pkgsrc-07897f319965f90329f7c1ddffa89c372810ca5b.tar.gz |
Update dependency on ncurses to >=4.2
Diffstat (limited to 'ham/tnt')
-rw-r--r-- | ham/tnt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ham/tnt/Makefile b/ham/tnt/Makefile index 8892705c8a6..aa1a71bf4cb 100644 --- a/ham/tnt/Makefile +++ b/ham/tnt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1999/09/06 21:42:44 hubertf Exp $ +# $NetBSD: Makefile,v 1.4 2000/01/15 18:46:29 jlam Exp $ # DISTNAME= tnt1.9-pre3 @@ -11,7 +11,7 @@ MAINTAINER= wulf@ping.net.au HOMEPAGE= http://excelsior.kullen.rwth-aachen.de DEPENDS+= dialog-0.6z:../../misc/dialog -DEPENDS+= ncurses-4.2:../../devel/ncurses +DEPENDS+= ncurses>=4.2:../../devel/ncurses USE_GMAKE= yes IS_INTERACTIVE= yes |