svn commit: r464130 - head/devel/py-llvmlite

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Mar 10 23:04:46 UTC 2018


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 at 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+


More information about the svn-ports-all mailing list