diff options
-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" |