diff options
author | mycroft <mycroft@pkgsrc.org> | 1999-04-23 04:19:25 +0000 |
---|---|---|
committer | mycroft <mycroft@pkgsrc.org> | 1999-04-23 04:19:25 +0000 |
commit | 6ecec914d508444c9c4b36ac3c36fd23f3d12632 (patch) | |
tree | 7ac0e7f3a3878769ba834719ebcc4f42ffe5b773 /math/octave/Makefile | |
parent | e5547a65391b40df709afad167736e2f2ced02cb (diff) | |
download | pkgsrc-6ecec914d508444c9c4b36ac3c36fd23f3d12632.tar.gz |
This pkg doesn't actually use Curses, so build with libtermcap instead.
Diffstat (limited to 'math/octave/Makefile')
-rw-r--r-- | math/octave/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/math/octave/Makefile b/math/octave/Makefile index 14403e72e5f..3fae25c412d 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 1999/02/09 16:08:58 bad Exp $ +# $NetBSD: Makefile,v 1.9 1999/04/23 04:19:25 mycroft Exp $ # FreeBSD Id: Makefile,v 1.18 1998/09/27 20:10:45 steve Exp DISTNAME= octave-2.0.13 @@ -14,7 +14,6 @@ HOMEPAGE= http://www.che.wisc.edu/octave/ BUILD_DEPENDS+= tex:../../print/teTeX BUILD_DEPENDS+= dvips:../../print/teTeX -DEPENDS+= ncurses-1.9.9g:../../devel/ncurses DEPENDS+= gnuplot-3.7:../../graphics/gnuplot GNU_CONFIGURE= yes @@ -26,10 +25,6 @@ LDFLAGS+= -L${PREFIX}/lib INFO_FILES= liboctave.info octave.info LIBOCTAVE_INFO= liboctave.info liboctave.info-1 liboctave.info-2 liboctave.info-3 -post-extract: - ${MKDIR} ${WRKDIR}/include - ${LN} -s ${PREFIX}/include/ncurses.h ${WRKDIR}/include - post-install: ${MKDIR} ${PREFIX}/share/octave/2.0.13/doc .for file in ${LIBOCTAVE_INFO} |