svn commit: r322830 - head/math/qrupdate
Baptiste Daroussin
bapt at FreeBSD.org
Fri Jul 12 12:49:09 UTC 2013
Author: bapt
Date: Fri Jul 12 12:49:09 2013
New Revision: 322830
URL: http://svnweb.freebsd.org/changeset/ports/322830
Log:
Do not define gmake usage after pre.mk
Modified:
head/math/qrupdate/Makefile
Modified: head/math/qrupdate/Makefile
==============================================================================
--- head/math/qrupdate/Makefile Fri Jul 12 12:38:26 2013 (r322829)
+++ head/math/qrupdate/Makefile Fri Jul 12 12:49:09 2013 (r322830)
@@ -14,6 +14,8 @@ LIB_DEPENDS= blas.2:${PORTSDIR}/math/bla
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:
More information about the svn-ports-head
mailing list