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