summaryrefslogtreecommitdiff
path: root/math/algae
diff options
context:
space:
mode:
authorjlam <jlam>2005-06-17 17:05:18 +0000
committerjlam <jlam>2005-06-17 17:05:18 +0000
commit1de30f2b7cdb0a0732a7fc45e778cb1807646f02 (patch)
tree7bcbf8131aea3b35f320122867493394c0dac839 /math/algae
parentd69686233de53e067390535808c0402431a67c19 (diff)
downloadpkgsrc-1de30f2b7cdb0a0732a7fc45e778cb1807646f02.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"