summaryrefslogtreecommitdiff
path: root/math/algae
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2013-07-15 02:02:17 +0000
committerryoon <ryoon@pkgsrc.org>2013-07-15 02:02:17 +0000
commit818a5e8745dff4beadc0fe8aa4f56c71c53ea650 (patch)
tree7082cd8bccd6e4c222c7d1017f6c4896abcadef6 /math/algae
parente221de4390166c39bc8b5b1a7496333f0650a731 (diff)
downloadpkgsrc-818a5e8745dff4beadc0fe8aa4f56c71c53ea650.tar.gz
* .include "../../devel/readline/buildlink3.mk" with USE_GNU_READLINE=yes
are replaced with .include "../../devel/readline/buildlink3.mk", and USE_GNU_READLINE are removed, * .include "../../devel/readline/buildlink3.mk" without USE_GNU_READLINE are replaced with .include "../../mk/readline.buildlink3.mk".
Diffstat (limited to 'math/algae')
-rw-r--r--math/algae/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/algae/Makefile b/math/algae/Makefile
index 10368de264e..444c40b1c44 100644
--- a/math/algae/Makefile
+++ b/math/algae/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2012/09/11 23:04:16 asau Exp $
+# $NetBSD: Makefile,v 1.26 2013/07/15 02:02:25 ryoon Exp $
DISTNAME= algae-4.3.6
PKGREVISION= 2
@@ -15,12 +15,12 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-dlmalloc
CONFIGURE_ENV= ac_cv_path_XTERM=xterm
USE_LANGUAGES= c fortran77
-USE_GNU_READLINE= yes # uses history_truncate_file
INFO_FILES= yes
INSTALL_MAKE_FLAGS= ${MAKE_FLAGS} \
mandir=${PREFIX}/${PKGMANDIR}/man1 \
infodir=${PREFIX}/${PKGINFODIR} \
htmldir=${PREFIX}/share/doc/algae
+# uses history_truncate_file
.include "../../devel/readline/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"