diff options
Diffstat (limited to 'math/scilab/Makefile')
-rw-r--r-- | math/scilab/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/math/scilab/Makefile b/math/scilab/Makefile index bd707072e37..b37812f943c 100644 --- a/math/scilab/Makefile +++ b/math/scilab/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 1999/08/06 13:45:51 agc Exp $ +# $NetBSD: Makefile,v 1.10 1999/10/20 13:16:57 dmcmahill Exp $ # # IMPORTANT: Before upgrading this package, please read files/README.next_rev! @@ -11,9 +11,7 @@ MASTER_SITES= ftp://ftp.inria.fr/INRIA/Projects/Meta2/Scilab/distributions/ MAINTAINER= mcmahill@alum.mit.edu HOMEPAGE= http://www-rocq.inria.fr/scilab/ -.if !exists(/usr/bin/fort77) DEPENDS+= f2c-19980913:../../lang/f2c -.endif DEPENDS+= xless-1.7:../../x11/xless DEPENDS+= pvm-3.4.7:../../parallel/pvm3 @@ -25,6 +23,7 @@ PLIST_SRC= ${WRKDIR}/.PLIST-src USE_X11BASE= yes USE_X11= yes GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --with-f2c MAKE_ENV+= HOME=${WRKSRC} CONFIGURE_ENV+= LOCALBASE=${LOCALBASE} @@ -40,7 +39,7 @@ pre-fetch: post-patch: @${SED} -e 's|@localbase@|'${LOCALBASE}'|g' \ - -e 's|@x11base@|'${X11BASE}'|g' < ${PKGDIR}/PLIST > ${PLIST_SRC} + -e 's|@x11base@|'${X11BASE}'|g' < ${PKGDIR}/PLIST > ${PLIST_SRC} @if [ ${MACHINE_ARCH} != "alpha" ]; then \ ${MV} ${WRKSRC}/scilab.star.orig ${WRKSRC}/scilab.star ; \ fi |