diff options
author | snj <snj@pkgsrc.org> | 2004-04-27 21:26:08 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-27 21:26:08 +0000 |
commit | dd82c3374a510a82280213f437ea3bd18955650b (patch) | |
tree | e32380c322653638bde9cefabdacf4fe1f2f5987 /math/octave | |
parent | 925ada68c81619eaf4e37a26da479ef5d3414a89 (diff) | |
download | pkgsrc-dd82c3374a510a82280213f437ea3bd18955650b.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'math/octave')
-rw-r--r-- | math/octave/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/octave/Makefile b/math/octave/Makefile index 94e4f80fbb0..893eae1776e 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.46 2004/03/26 02:27:45 wiz Exp $ +# $NetBSD: Makefile,v 1.47 2004/04/27 21:26:08 snj Exp $ # FreeBSD Id: Makefile,v 1.18 1998/09/27 20:10:45 steve Exp DISTNAME= octave-2.0.17 @@ -20,7 +20,7 @@ DEPENDS+= gnuplot{,-nox11}>=3.7:../../graphics/gnuplot CONFLICTS+= octave-2.1.* -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes USE_X11= yes GNU_CONFIGURE= yes USE_FORTRAN= yes |