diff options
author | mycroft <mycroft@pkgsrc.org> | 2000-04-15 22:30:45 +0000 |
---|---|---|
committer | mycroft <mycroft@pkgsrc.org> | 2000-04-15 22:30:45 +0000 |
commit | 00db6e442afeed7e52b4e42a925e01c148b7e68f (patch) | |
tree | 37df4f31f63e39790ab279c50b923e6e8fa33e64 | |
parent | f05a1c2060132678bada4a01d144854359b04616 (diff) | |
download | pkgsrc-00db6e442afeed7e52b4e42a925e01c148b7e68f.tar.gz |
Remove some ncurses options which are not needed because we build dialog as a
separate pkg.
-rw-r--r-- | print/teTeX-bin/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/print/teTeX-bin/Makefile b/print/teTeX-bin/Makefile index c6a4466cb2d..e2d3b726e96 100644 --- a/print/teTeX-bin/Makefile +++ b/print/teTeX-bin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2000/04/15 15:54:13 mycroft Exp $ +# $NetBSD: Makefile,v 1.20 2000/04/15 22:30:45 mycroft Exp $ # FreeBSD Id: Makefile,v 1.20 1997/08/05 06:56:41 tg Exp # @@ -35,9 +35,6 @@ CONFIGURE_ARGS+=--without-texinfo \ --with-mftalkwin \ --with-x11 \ --with-libwww-config=${LOCALBASE}/bin/libwww-config \ - --with-system-ncurses \ - --with-ncurses-libdir=${LOCALBASE}/lib \ - --with-ncurses-include=${LOCALBASE}/include \ --with-system-pnglib \ --with-pnglib-libdir=${LOCALBASE}/lib \ --with-pnglib-include=${LOCALBASE}/include \ |