diff options
author | maho <maho@FreeBSD.org> | 2003-05-05 19:43:46 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2003-05-05 19:43:46 +0800 |
commit | 0a630cf1dc1201b42690b013e854b20badd11e4b (patch) | |
tree | c1137522afe720eb9b5afdf448d2e5249b5699ab /math | |
parent | b2453cb5e28943a252cea53da94ff18de0b8bb2c (diff) | |
download | freebsd-ports-gnome-0a630cf1dc1201b42690b013e854b20badd11e4b.tar.gz freebsd-ports-gnome-0a630cf1dc1201b42690b013e854b20badd11e4b.tar.zst freebsd-ports-gnome-0a630cf1dc1201b42690b013e854b20badd11e4b.zip |
Forgot to pass portlint.
Diffstat (limited to 'math')
-rw-r--r-- | math/arpack/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/arpack/Makefile b/math/arpack/Makefile index a3bdc4989673..bb60b213b614 100644 --- a/math/arpack/Makefile +++ b/math/arpack/Makefile @@ -16,13 +16,13 @@ PATCH_SITES= http://www.caam.rice.edu/software/ARPACK/SRC/ MAINTAINER= ports@FreeBSD.org COMMENT= Argand Library (serial version) +BUILD_DEPENDS= ${LOCALBASE}/bin/f2c:${PORTSDIR}/lang/f2c + DIST_SUBDIR= arpack WRKSRC= ${WRKDIR}/ARPACK ALL_TARGET= lib -BUILD_DEPENDS= ${LOCALBASE}/bin/f2c:${PORTSDIR}/lang/f2c - MAKE_ENV= HOME=${WRKSRC} INSTALLS_SHLIB= yes USE_REINPLACE= yes |