diff options
author | hubertf <hubertf> | 2000-08-17 01:47:49 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2000-08-17 01:47:49 +0000 |
commit | 93bb1ee039294d6e32e4e8a009518b70e9c5d4b1 (patch) | |
tree | 19e527ac0af6fa81e4946cbed746f6b5f9eb4a90 /math | |
parent | db4567e8acf3c67938ac62c4c158a7d620a46a08 (diff) | |
download | pkgsrc-93bb1ee039294d6e32e4e8a009518b70e9c5d4b1.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 |