From owner-svn-ports-all@FreeBSD.ORG Tue Jan 22 02:05:58 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id EB365745; Tue, 22 Jan 2013 02:05:58 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id D9798CFA; Tue, 22 Jan 2013 02:05:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r0M25wGC050436; Tue, 22 Jan 2013 02:05:58 GMT (envelope-from brooks@svn.freebsd.org) Received: (from brooks@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r0M25w6n050435; Tue, 22 Jan 2013 02:05:58 GMT (envelope-from brooks@svn.freebsd.org) Message-Id: <201301220205.r0M25w6n050435@svn.freebsd.org> From: Brooks Davis Date: Tue, 22 Jan 2013 02:05:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r310792 - head/lang/pure X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jan 2013 02:05:59 -0000 Author: brooks Date: Tue Jan 22 02:05:58 2013 New Revision: 310792 URL: http://svnweb.freebsd.org/changeset/ports/310792 Log: Fix build by depending on the llvm31 port, not just the package Reported by: pgj Modified: head/lang/pure/Makefile Modified: head/lang/pure/Makefile ============================================================================== --- head/lang/pure/Makefile Tue Jan 22 00:58:34 2013 (r310791) +++ head/lang/pure/Makefile Tue Jan 22 02:05:58 2013 (r310792) @@ -18,8 +18,8 @@ LICENSE_COMB= dual LIB_DEPENDS= gmp:${PORTSDIR}/math/gmp \ mpfr:${PORTSDIR}/math/mpfr -BUILD_DEPENDS= llvm31>=3.1:${PORTSDIR}/devel/llvm -RUN_DEPENDS= llvm31>=3.1:${PORTSDIR}/devel/llvm +BUILD_DEPENDS= llvm31>=3.1:${PORTSDIR}/devel/llvm31 +RUN_DEPENDS= llvm31>=3.1:${PORTSDIR}/devel/llvm31 MAN1= pure.1 SUB_FILES= pkg-message