diff options
author | tv <tv@pkgsrc.org> | 2005-04-11 21:44:48 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-04-11 21:44:48 +0000 |
commit | f816d81489fd245a89e581c2f9cf792562ade194 (patch) | |
tree | 2d8b7b078f159a824fcd53503d6096a145f0f177 /math/scilab | |
parent | 20c9d4d37f602a9588b4348f641bf63018a0abb9 (diff) | |
download | pkgsrc-f816d81489fd245a89e581c2f9cf792562ade194.tar.gz |
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
Diffstat (limited to 'math/scilab')
-rw-r--r-- | math/scilab/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/scilab/Makefile b/math/scilab/Makefile index 4f4e315bd84..46180dbe21d 100644 --- a/math/scilab/Makefile +++ b/math/scilab/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.60 2005/03/17 22:41:09 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.61 2005/04/11 21:46:31 tv Exp $ # DISTNAME= ${SCIBASE}.src @@ -18,7 +18,6 @@ WRKSRC= ${WRKDIR}/${SCIBASE} NOT_FOR_PLATFORM= NetBSD-1.[0-4]*-alpha NetBSD-1.5-alpha \ NetBSD-1.5.*-alpha NetBSD-1.5[A-U]-alpha -USE_BUILDLINK3= yes USE_LANGUAGES= fortran USE_X11BASE= yes USE_LIBTOOL= yes |