svn commit: r344753 - head/math/blacs
Tijl Coosemans
tijl at FreeBSD.org
Mon Feb 17 14:10:02 UTC 2014
Author: tijl
Date: Mon Feb 17 14:10:01 2014
New Revision: 344753
URL: http://svnweb.freebsd.org/changeset/ports/344753
QAT: https://qat.redports.org/buildarchive/r344753/
Log:
Fixup for r344614: define USES before including bsd.port.pre.mk.
Reported by: antoine
Modified:
head/math/blacs/Makefile
Modified: head/math/blacs/Makefile
==============================================================================
--- head/math/blacs/Makefile Mon Feb 17 14:06:20 2014 (r344752)
+++ head/math/blacs/Makefile Mon Feb 17 14:10:01 2014 (r344753)
@@ -20,6 +20,8 @@ COMMENT= The BLACS (Basic Linear Algebra
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/mpic
EXTRA_PATCHES+= ${FILESDIR}/Bmake.inc-mpich.diff
.endif
-USE_LDCONFIG= yes
-
-USES= fortran gmake
F77EXTRAFLAGS= #-w -fno-globals -fugly-complex
DEBUG_LEVEL= 0
More information about the svn-ports-all
mailing list