aboutsummaryrefslogtreecommitdiff
path: root/math/arpack
diff options
context:
space:
mode:
Diffstat (limited to 'math/arpack')
-rw-r--r--math/arpack/Makefile4
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