svn commit: r477343 - head/lang/cling

Mahdi Mokhtari mmokhi at FreeBSD.org
Thu Aug 16 14:10:18 UTC 2018


Author: mmokhi
Date: Thu Aug 16 14:10:17 2018
New Revision: 477343
URL: https://svnweb.freebsd.org/changeset/ports/477343

Log:
  lang/cling: Move `LIB_DEPENDS` to the right place according to porters-handbook
  
  Reported by:	mat
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/lang/cling/Makefile

Modified: head/lang/cling/Makefile
==============================================================================
--- head/lang/cling/Makefile	Thu Aug 16 14:07:02 2018	(r477342)
+++ head/lang/cling/Makefile	Thu Aug 16 14:10:17 2018	(r477343)
@@ -20,6 +20,9 @@ LICENSE_PERMS_LLVM=	dist-mirror dist-sell pkg-mirror p
 BROKEN_armv6=		fails to compile: AArch64TargetMachine.cpp: relocation truncated to fit: R_ARM_CALL against symbol '__aeabi_uldivmod'
 BROKEN_armv7=		fails to compile: AArch64TargetMachine.cpp: relocation truncated to fit: R_ARM_CALL against symbol '__aeabi_uldivmod'
 
+LIB_DEPENDS=	libgtest.so:devel/googletest \
+		libz3.so:math/z3
+
 WRKSRC=		${WRKDIR}/src
 
 LLVM_RELEASE=	5.0.0
@@ -30,8 +33,6 @@ USES=		cmake:outsource compiler:c11 compiler:c++11-lib
 		libedit ncurses python:build shebangfix tar:bzip2
 USE_GNOME=	libxml2
 USE_LDCONFIG=	${LLVM_PREFIX}/lib
-LIB_DEPENDS=	libgtest.so:devel/googletest \
-		libz3.so:math/z3
 
 SHEBANG_FILES=	tools/clang/tools/clang-format/clang-format-diff.py \
 		tools/clang/tools/clang-format/git-clang-format \


More information about the svn-ports-all mailing list