diff options
author | jtb <jtb> | 2001-05-05 20:55:09 +0000 |
---|---|---|
committer | jtb <jtb> | 2001-05-05 20:55:09 +0000 |
commit | 653f0210e32d7324aef0f9747e84b8598b7aaee4 (patch) | |
tree | e60d845722bb71b20e1998e6834c80b998162aa6 /math | |
parent | fb8d8c9fa4af316857fea024fa72978d0544459a (diff) | |
download | pkgsrc-653f0210e32d7324aef0f9747e84b8598b7aaee4.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} |