aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authortijl <tijl@FreeBSD.org>2014-02-17 22:10:01 +0800
committertijl <tijl@FreeBSD.org>2014-02-17 22:10:01 +0800
commitba8d31dc37d8daaa0f09014b2f294b6422f82e73 (patch)
tree01a05a47cc1a7114e0ae76eef2a778d610b2f38f /math
parent3218d63d3b175d904fe513b906f974602abc3100 (diff)
downloadfreebsd-ports-gnome-ba8d31dc37d8daaa0f09014b2f294b6422f82e73.tar.gz
freebsd-ports-gnome-ba8d31dc37d8daaa0f09014b2f294b6422f82e73.tar.zst
freebsd-ports-gnome-ba8d31dc37d8daaa0f09014b2f294b6422f82e73.zip
Fixup for r344614: define USES before including bsd.port.pre.mk.
Reported by: antoine
Diffstat (limited to 'math')
-rw-r--r--math/blacs/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/math/blacs/Makefile b/math/blacs/Makefile
index 5a43a57f2a8e..0225330a7ae1 100644
--- a/math/blacs/Makefile
+++ b/math/blacs/Makefile
@@ -20,6 +20,8 @@ COMMENT= The BLACS (Basic Linear Algebra Communication Subprograms)
PKGMESSAGE= ${WRKDIR}/pkg-message
SUB_FILES= pkg-message
+USES= fortran gmake
+USE_LDCONFIG= yes
NO_STAGE= yes
.include <bsd.port.pre.mk>
@@ -37,9 +39,6 @@ LIB_DEPENDS+= mpich:${PORTSDIR}/net/mpich2
EXTRA_PATCHES+= ${FILESDIR}/Bmake.inc-mpich.diff
.endif
-USE_LDCONFIG= yes
-
-USES= fortran gmake
F77EXTRAFLAGS= #-w -fno-globals -fugly-complex
DEBUG_LEVEL= 0