summaryrefslogtreecommitdiff
path: root/ham/tnt
diff options
context:
space:
mode:
authormycroft <mycroft@pkgsrc.org>2000-04-16 08:41:16 +0000
committermycroft <mycroft@pkgsrc.org>2000-04-16 08:41:16 +0000
commit91371c8738cef1e1ce477665d362bd838562105e (patch)
tree6935d5f231b53535d9c54f9018933fa0b6c71ff1 /ham/tnt
parenta8fe7c7140e242cd6f9594cf858567c59960b215 (diff)
downloadpkgsrc-91371c8738cef1e1ce477665d362bd838562105e.tar.gz
This pkg never need ncurses. It needs dialog, which has its own dependency.
Diffstat (limited to 'ham/tnt')
-rw-r--r--ham/tnt/Makefile6
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"