summaryrefslogtreecommitdiff
path: root/math/algae
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-06-17 17:05:18 +0000
committerjlam <jlam@pkgsrc.org>2005-06-17 17:05:18 +0000
commit873398634f5b24db0f3b810565ea57e99c6a6784 (patch)
tree7bcbf8131aea3b35f320122867493394c0dac839 /math/algae
parent975f995a88b1b8b93cbe457418d5af76ebe3de49 (diff)
downloadpkgsrc-873398634f5b24db0f3b810565ea57e99c6a6784.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/algae')
-rw-r--r--math/algae/Makefile7
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"