Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 May 2013 15:30:57 +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: r318878 - head/devel/llvm-devel
Message-ID:  <201305231530.r4NFUv8A058884@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brooks
Date: Thu May 23 15:30:56 2013
New Revision: 318878
URL: http://svnweb.freebsd.org/changeset/ports/318878

Log:
  Now that I'm installing lit, we need a runtime dependency on python so
  the deinstall order is correct.

Modified:
  head/devel/llvm-devel/Makefile

Modified: head/devel/llvm-devel/Makefile
==============================================================================
--- head/devel/llvm-devel/Makefile	Thu May 23 15:30:07 2013	(r318877)
+++ head/devel/llvm-devel/Makefile	Thu May 23 15:30:56 2013	(r318878)
@@ -7,7 +7,7 @@
 
 PORTNAME=	llvm
 DISTVERSION=	3.4.r${SVN_REV}
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel lang
 MASTER_SITES=	${MASTER_SITE_LOCAL}
 MASTER_SITE_SUBDIR=	brooks
@@ -28,7 +28,7 @@ USE_GMAKE=	yes
 USE_BZIP2=	yes
 USE_LDCONFIG=	yes
 USE_PERL5=	yes
-USE_PYTHON_BUILD=	yes
+USE_PYTHON=	yes
 MAKE_JOBS_SAFE=	yes
 
 # Suggested tweaks from http://llvm.org/docs/Packaging.html



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