diff options
author | jtb <jtb@pkgsrc.org> | 2001-05-05 20:55:09 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2001-05-05 20:55:09 +0000 |
commit | f2ce00442ffa394aa72fec7f45312ac733e7c4aa (patch) | |
tree | e60d845722bb71b20e1998e6834c80b998162aa6 /math | |
parent | 6cefa1c5520071e6612d23a20c9cd0e9fe2eb532 (diff) | |
download | pkgsrc-f2ce00442ffa394aa72fec7f45312ac733e7c4aa.tar.gz |
Remove unnecessary blank line.
Diffstat (limited to 'math')
-rw-r--r-- | math/odepack/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/math/odepack/Makefile b/math/odepack/Makefile index 959c92fdce2..2dbc7a8ac42 100644 --- a/math/odepack/Makefile +++ b/math/odepack/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2001/05/03 22:16:51 jtb Exp $ +# $NetBSD: Makefile,v 1.9 2001/05/05 20:55:09 jtb Exp $ DISTNAME= odepack-20001130 CATEGORIES= math @@ -11,8 +11,7 @@ DEPENDS+= linpack>=20010427:../../math/linpack NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL WRKSRC= ${WRKDIR}/odepack -USE_FORTRAN= YES - +USE_FORTRAN= yes pre-build: ${CP} ${FILESDIR}/Makefile ${WRKSRC} |