summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorhans <hans@pkgsrc.org>2012-01-14 00:51:36 +0000
committerhans <hans@pkgsrc.org>2012-01-14 00:51:36 +0000
commit3a3fe8e873eb78efc8e81563a2581004ad5d9bc1 (patch)
treeea4a6d56afb97d70d50145fc12aa408e271c83a2 /math
parentcb5897adcb7b419f3b5e722e3335f5b9330562f4 (diff)
downloadpkgsrc-3a3fe8e873eb78efc8e81563a2581004ad5d9bc1.tar.gz
Convert the remaining few packages that explicitly set DEPENDS or
BUILD_DEPENDS on bison to USE_TOOLS=bison. The minimum bison version required in mk/tools/bison.mk is good enough for all of them.
Diffstat (limited to 'math')
-rw-r--r--math/octave/Makefile5
-rw-r--r--math/xmgr/Makefile6
2 files changed, 4 insertions, 7 deletions
diff --git a/math/octave/Makefile b/math/octave/Makefile
index 43f81a8cf70..259cf63064e 100644
--- a/math/octave/Makefile
+++ b/math/octave/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.94 2011/12/24 23:46:02 asau Exp $
+# $NetBSD: Makefile,v 1.95 2012/01/14 00:51:36 hans Exp $
DISTNAME= octave-${OCTAVE_VER}
CATEGORIES= math
@@ -11,7 +11,6 @@ MAINTAINER= adam@NetBSD.org
HOMEPAGE= http://www.octave.org/
COMMENT= High-level language, intended for numerical computations
-BUILD_DEPENDS+= bison>=1.875:../../devel/bison
BUILD_DEPENDS+= gperf>=2.7:../../devel/gperf
BUILD_DEPENDS+= teTeX-[0-9]*:../../print/teTeX
DEPENDS+= gnuplot>=3.7:../../graphics/gnuplot
@@ -26,7 +25,7 @@ PKG_DESTDIR_SUPPORT= user-destdir
USE_GNU_READLINE= yes
USE_LIBTOOL= yes
-USE_TOOLS+= autoconf gsed gmake makeinfo perl pkg-config
+USE_TOOLS+= autoconf gsed gmake makeinfo perl pkg-config bison
GNU_CONFIGURE= yes
GCC_REQD+= 3.0
diff --git a/math/xmgr/Makefile b/math/xmgr/Makefile
index a1e6101c2fe..da35e294431 100644
--- a/math/xmgr/Makefile
+++ b/math/xmgr/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2011/12/09 14:36:35 drochner Exp $
+# $NetBSD: Makefile,v 1.37 2012/01/14 00:51:36 hans Exp $
DISTNAME= xmgr-4.1.2
PKGREVISION= 6
@@ -10,8 +10,6 @@ HOMEPAGE= http://plasma-gate.weizmann.ac.il/Xmgr/
COMMENT= Powerful XY plotting tool for workstations or X-terminals using X
LICENSE= modified-bsd
-BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison
-
PKG_DESTDIR_SUPPORT= user-destdir
USE_X11BASE= YES
@@ -23,7 +21,7 @@ BUILD_TARGET= # empty
INSTALL_TARGET= install
REPLACE_PERL+= auxiliary/fdf2fit
-USE_TOOLS+= perl:run
+USE_TOOLS+= perl:run bison
.include "../../devel/netcdf/buildlink3.mk"
.include "../../x11/libXpm/buildlink3.mk"