svn commit: r318878 - head/devel/llvm-devel

Brooks Davis brooks at FreeBSD.org
Thu May 23 15:30:57 UTC 2013


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


More information about the svn-ports-all mailing list