diff options
author | jlam <jlam@pkgsrc.org> | 2005-06-17 17:05:18 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-06-17 17:05:18 +0000 |
commit | f3acfb1fcc78642acecf8048dd02ca52c01501c7 (patch) | |
tree | 7bcbf8131aea3b35f320122867493394c0dac839 /math | |
parent | b4a36c8cdd65b5638f91731152ad61df95b9416a (diff) | |
download | pkgsrc-f3acfb1fcc78642acecf8048dd02ca52c01501c7.tar.gz |
Pull out the LS and TR definitions from algae/Makefile and place them
in tools/defaults.mk where they can be more widely used.
Diffstat (limited to 'math')
-rw-r--r-- | math/algae/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/math/algae/Makefile b/math/algae/Makefile index 24ca10ca1dc..d8514f946e4 100644 --- a/math/algae/Makefile +++ b/math/algae/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2005/06/17 12:56:04 kristerw Exp $ +# $NetBSD: Makefile,v 1.16 2005/06/17 17:05:18 jlam Exp $ DISTNAME= algae-4.1.3 PKGREVISION= 3 @@ -13,13 +13,10 @@ DEPENDS+= gnuplot>=3.5:../../graphics/gnuplot GNU_CONFIGURE= yes USE_LANGUAGES= fortran +USE_TOOLS+= ls tr USE_GNU_READLINE= # uses history_truncate_file INFO_FILES= algae.info -USE_TOOLS+= ls tr -CONFIGURE_ENV+= ac_cv_path_LS="${TOOLS_LS}" -CONFIGURE_ENV+= ac_cv_path_TR="${TOOLS_TR}" - .include "../../devel/readline/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |