diff options
author | tron <tron@pkgsrc.org> | 1999-08-24 14:18:53 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-08-24 14:18:53 +0000 |
commit | 57ead3cd01e695a51269d20a046632e7298de7dd (patch) | |
tree | f30f2fbf2fd928ca33cba5e721088883ef3ced0e /math/xmgr | |
parent | 810ff39e9deb11fed45b20cd66e3903c6131baa0 (diff) | |
download | pkgsrc-57ead3cd01e695a51269d20a046632e7298de7dd.tar.gz |
Make sure that "bison" binary from package sources is used.
Diffstat (limited to 'math/xmgr')
-rw-r--r-- | math/xmgr/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/xmgr/Makefile b/math/xmgr/Makefile index c2aae49595f..a63f8558feb 100644 --- a/math/xmgr/Makefile +++ b/math/xmgr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1999/05/20 20:09:51 tron Exp $ +# $NetBSD: Makefile,v 1.4 1999/08/24 14:18:56 tron Exp $ # FreeBSD Id: Makefile,v 1.13 1998/12/12 22:27:21 jseger Exp # @@ -21,7 +21,7 @@ DEPENDS+= fort77-1.14a:../../lang/fort77 .endif DEPENDS+= xpm-3.4k:../../graphics/xpm DEPENDS+= netcdf-3.4:../../devel/netcdf -BUILD_DEPENDS= bison:../../devel/bison +BUILD_DEPENDS= ${LOCALBASE}/bin/bison:../../devel/bison USE_X11= YES USE_MOTIF= YES |