Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Jan 2013 02:05:58 +0000 (UTC)
From:      Brooks Davis <brooks@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r310792 - head/lang/pure
Message-ID:  <201301220205.r0M25w6n050435@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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