diff options
author | snj <snj> | 2004-04-27 21:26:08 +0000 |
---|---|---|
committer | snj <snj> | 2004-04-27 21:26:08 +0000 |
commit | 0229659cd672568177bdfad926d1cd0478e71407 (patch) | |
tree | e32380c322653638bde9cefabdacf4fe1f2f5987 /math/octave | |
parent | 3c3304768f60547fd0d5c89387730702036e38a6 (diff) | |
download | pkgsrc-0229659cd672568177bdfad926d1cd0478e71407.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 |