diff options
author | hubertf <hubertf> | 2000-08-17 01:47:49 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2000-08-17 01:47:49 +0000 |
commit | 28289231acec1aa8ba5ea1fd39ec2a32791645b6 (patch) | |
tree | 19e527ac0af6fa81e4946cbed746f6b5f9eb4a90 /math | |
parent | 2d29fcaa8715b946f7f716cf233e14fddcd27748 (diff) | |
download | pkgsrc-28289231acec1aa8ba5ea1fd39ec2a32791645b6.tar.gz |
USE_PKGLIBTOOL -> USE_LIBTOOL
Diffstat (limited to 'math')
-rw-r--r-- | math/scilab/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/scilab/Makefile b/math/scilab/Makefile index 9f2695cf483..e2f2c6b5c5b 100644 --- a/math/scilab/Makefile +++ b/math/scilab/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2000/07/11 01:46:30 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.18 2000/08/17 01:47:49 hubertf Exp $ # # IMPORTANT: Before upgrading this package, please read files/README.next_rev! @@ -18,7 +18,7 @@ RESTRICTED= "no paid distribution of SCILAB" NO_CDROM= ${RESTRICTED} USE_FORTRAN= yes -USE_PKGLIBTOOL= yes +USE_LIBTOOL= yes USE_X11BASE= yes USE_X11= yes GNU_CONFIGURE= yes |