diff options
author | snj <snj@pkgsrc.org> | 2004-04-14 00:59:25 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-14 00:59:25 +0000 |
commit | 28e035c28324c849eb57da7a1d9fee228513e885 (patch) | |
tree | 9c8bc845cc2b875febcd355b95b72cfd69171c2b /math | |
parent | b3ab63e13040322e665978c503cdd1a329a4d25a (diff) | |
download | pkgsrc-28e035c28324c849eb57da7a1d9fee228513e885.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'math')
-rw-r--r-- | math/algae/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/algae/Makefile b/math/algae/Makefile index 9fefbf80311..a8f43234dd1 100644 --- a/math/algae/Makefile +++ b/math/algae/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2003/08/09 11:11:24 seb Exp $ +# $NetBSD: Makefile,v 1.10 2004/04/14 00:59:25 snj Exp $ DISTNAME= algae-4.1.3 PKGREVISION= 1 @@ -13,10 +13,10 @@ DEPENDS+= gnuplot>=3.5:../../graphics/gnuplot GNU_CONFIGURE= # defined USE_FORTRAN= # defined -USE_BUILDLINK2= # defined +USE_BUILDLINK3= yes USE_GNU_READLINE= # uses history_truncate_file INFO_FILES= algae.info -.include "../../devel/readline/buildlink2.mk" +.include "../../devel/readline/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |