summaryrefslogtreecommitdiff
path: root/math/xmgr
diff options
context:
space:
mode:
authorhans <hans>2012-01-14 00:51:36 +0000
committerhans <hans>2012-01-14 00:51:36 +0000
commitb742746fafa05cdd31cbe05af29746bc6a45104c (patch)
treeea4a6d56afb97d70d50145fc12aa408e271c83a2 /math/xmgr
parentbd7e9eafc84e44a81ae26c6977a7b6fbbf3a4648 (diff)
downloadpkgsrc-b742746fafa05cdd31cbe05af29746bc6a45104c.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/xmgr')
-rw-r--r--math/xmgr/Makefile6
1 files changed, 2 insertions, 4 deletions
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"