diff options
author | mycroft <mycroft> | 2000-04-16 08:41:16 +0000 |
---|---|---|
committer | mycroft <mycroft> | 2000-04-16 08:41:16 +0000 |
commit | e97e85a16393dede1fa87db21f6f3380f313fde1 (patch) | |
tree | 6935d5f231b53535d9c54f9018933fa0b6c71ff1 | |
parent | 9b63c2e3f64badd8bd83e1891272f00bd42c9e4b (diff) | |
download | pkgsrc-e97e85a16393dede1fa87db21f6f3380f313fde1.tar.gz |
This pkg never need ncurses. It needs dialog, which has its own dependency.
-rw-r--r-- | ham/tnt/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/ham/tnt/Makefile b/ham/tnt/Makefile index aa1a71bf4cb..3ec50b4960b 100644 --- a/ham/tnt/Makefile +++ b/ham/tnt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2000/01/15 18:46:29 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2000/04/16 08:41:16 mycroft Exp $ # DISTNAME= tnt1.9-pre3 @@ -11,13 +11,9 @@ MAINTAINER= wulf@ping.net.au HOMEPAGE= http://excelsior.kullen.rwth-aachen.de DEPENDS+= dialog-0.6z:../../misc/dialog -DEPENDS+= ncurses>=4.2:../../devel/ncurses USE_GMAKE= yes IS_INTERACTIVE= yes GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include # for ncurses' termcap.h -LDFLAGS+= -L${LOCALBASE}/lib # for -lncurses -CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" .include "../../mk/bsd.pkg.mk" |