summaryrefslogtreecommitdiff
path: root/math/algae
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-07-21 05:28:26 +0000
committerrillig <rillig@pkgsrc.org>2006-07-21 05:28:26 +0000
commit2fe30e1c50916578d2667715451532d1c01d580b (patch)
treefef0349977ede956a71cc5310c459211506570b1 /math/algae
parentec17e00008e935060644e27c2ce844ce92a35823 (diff)
downloadpkgsrc-2fe30e1c50916578d2667715451532d1c01d580b.tar.gz
Needs a C compiler.
Diffstat (limited to 'math/algae')
-rw-r--r--math/algae/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/math/algae/Makefile b/math/algae/Makefile
index 61cdad42398..ef87fd93f63 100644
--- a/math/algae/Makefile
+++ b/math/algae/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2006/04/05 23:01:15 jlam Exp $
+# $NetBSD: Makefile,v 1.20 2006/07/21 05:32:11 rillig Exp $
DISTNAME= algae-4.1.3
PKGREVISION= 4
@@ -12,10 +12,10 @@ COMMENT= Interpreted language for numerical analysis
DEPENDS+= gnuplot>=3.5:../../graphics/gnuplot
GNU_CONFIGURE= yes
-USE_LANGUAGES= fortran
+USE_LANGUAGES= c fortran
USE_TOOLS+= ls tr
-USE_GNU_READLINE= # uses history_truncate_file
-INFO_FILES= # PLIST
+USE_GNU_READLINE= yes # uses history_truncate_file
+INFO_FILES= yes
INSTALL_MAKE_FLAGS= ${MAKE_FLAGS} \
mandir=${PREFIX:Q}/${PKGMANDIR:Q}/man1 \
infodir=${PREFIX:Q}/${PKGINFODIR:Q} \