summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-07-12 12:49:09 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-07-12 12:49:09 +0000
commitfead33089d4696e67d69df843698ea7995164815 (patch)
treee4724d6a4cc2b714d987b7ada05b6c35340318dd /math
parentInclude bsd.pure.mk earlier so that gmake is defined before pre.mk (diff)
Do not define gmake usage after pre.mk
Notes
Notes: svn path=/head/; revision=322830
Diffstat (limited to 'math')
-rw-r--r--math/qrupdate/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/math/qrupdate/Makefile b/math/qrupdate/Makefile
index 0bf6f677addf..59b2b927fe1f 100644
--- a/math/qrupdate/Makefile
+++ b/math/qrupdate/Makefile
@@ -14,6 +14,8 @@ LIB_DEPENDS= blas.2:${PORTSDIR}/math/blas lapack.4:${PORTSDIR}/math/lapack
FETCH_ARGS= -p
+USES= gmake
+
.include <bsd.port.pre.mk>
.if ${ARCH} == "sparc64"
@@ -24,7 +26,6 @@ PICFLAG?= -fpic
.endif
USE_FORTRAN= yes
-USE_GMAKE= yes
USE_LDCONFIG= yes
pre-build: