Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Dec 2014 23:50:50 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r374933 - head/lang/pure
Message-ID:  <201412182350.sBINooVp062658@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Thu Dec 18 23:50:49 2014
New Revision: 374933
URL: https://svnweb.freebsd.org/changeset/ports/374933
QAT: https://qat.redports.org/buildarchive/r374933/

Log:
  Attempt to unbreak index

Modified:
  head/lang/pure/Makefile

Modified: head/lang/pure/Makefile
==============================================================================
--- head/lang/pure/Makefile	Thu Dec 18 23:47:00 2014	(r374932)
+++ head/lang/pure/Makefile	Thu Dec 18 23:50:49 2014	(r374933)
@@ -22,7 +22,7 @@ LLVM_VERSION=	32
 LIB_DEPENDS=	libltdl.so:${PORTSDIR}/devel/libltdl \
 		libgmp.so:${PORTSDIR}/math/gmp \
 		libmpfr.so:${PORTSDIR}/math/mpfr
-BUILD_DEPENDS=	llvm-config${LLVM_VERSION}:${PORTSDIR}/devel/llvm${LLVM_VERSION}
+#BUILD_DEPENDS=	llvm-config${LLVM_VERSION}:${PORTSDIR}/devel/llvm${LLVM_VERSION}
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 SUB_FILES=	pkg-message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412182350.sBINooVp062658>