[Midnightbsd-cvs] mports [23328] trunk/devel/compiler-rt/Makefile: fix make args

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed May 2 23:33:58 EDT 2018


Revision: 23328
          http://svnweb.midnightbsd.org/mports/?rev=23328
Author:   laffer1
Date:     2018-05-02 23:33:57 -0400 (Wed, 02 May 2018)
Log Message:
-----------
fix make args

Modified Paths:
--------------
    trunk/devel/compiler-rt/Makefile

Modified: trunk/devel/compiler-rt/Makefile
===================================================================
--- trunk/devel/compiler-rt/Makefile	2018-05-03 03:30:52 UTC (rev 23327)
+++ trunk/devel/compiler-rt/Makefile	2018-05-03 03:33:57 UTC (rev 23328)
@@ -12,7 +12,7 @@
 
 LICENSE=	agg
 
-BUILD_DEPENDS=	cmake:${PORTSDIR}/devel/cmake
+BUILD_DEPENDS=	cmake:devel/cmake
 
 CONFIGURE_WRKSRC=	${WRKDIR}/build
 BUILD_WRKSRC=		${WRKDIR}/build
@@ -22,7 +22,6 @@
 
 USES=		cmake tar:bzip2
 USE_LDCONFIG=	yes
-MAKE_ARGS=	VERBOSE=1
 
 LLVM_SVN=	http://llvm.org/svn/llvm-project
 
@@ -51,7 +50,7 @@
 .endif
 
 .if defined(BOOTSTRAP)
-FETCH_DEPENDS+=	svn:${PORTSDIR}/devel/subversion
+FETCH_DEPENDS+=	svn:devel/subversion
 
 do-fetch:
 	${MKDIR} ${WRKDIR}



More information about the Midnightbsd-cvs mailing list