diff options
author | Maho Nakata <maho@FreeBSD.org> | 2003-05-05 11:43:46 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2003-05-05 11:43:46 +0000 |
commit | b80af37e47a8de490b57ed1f1a459cadf2f73110 (patch) | |
tree | 7a44c8f1da77298794eff505a02390dbb1cad0dc /math | |
parent | 621e11e202bae5b86ce3f4f538c47b56f50c93ec (diff) | |
download | ports-b80af37e47a8de490b57ed1f1a459cadf2f73110.tar.gz ports-b80af37e47a8de490b57ed1f1a459cadf2f73110.zip |
Notes
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 |