Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Mar 2018 23:04:45 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r464130 - head/devel/py-llvmlite
Message-ID:  <201803102304.w2AN4jvG028050@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Mar 10 23:04:45 2018
New Revision: 464130
URL: https://svnweb.freebsd.org/changeset/ports/464130

Log:
  Add missing RUN_DEPENDS
  
  - Bump PORTREVISION for dependency change
  
  PR:		226463
  Submitted by:	David Kalliecharan <dave@dal.ca> (maintainer)

Modified:
  head/devel/py-llvmlite/Makefile

Modified: head/devel/py-llvmlite/Makefile
==============================================================================
--- head/devel/py-llvmlite/Makefile	Sat Mar 10 23:02:43 2018	(r464129)
+++ head/devel/py-llvmlite/Makefile	Sat Mar 10 23:04:45 2018	(r464130)
@@ -3,7 +3,7 @@
 
 PORTNAME=	llvmlite
 DISTVERSION=	0.22.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -17,6 +17,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 BROKEN_powerpc64=	fails to compile: clang++: not found
 
 BUILD_DEPENDS=	${PY_ENUM34}
+RUN_DEPENDS=	${PY_ENUM34}
 LIB_DEPENDS=	libLLVM-5.0.so:devel/llvm50
 
 # Python 2.7,3.4+



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