svn commit: r485159 - head/www/py-qp

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Nov 17 17:32:36 UTC 2018


Author: sunpoet
Date: Sat Nov 17 17:32:29 2018
New Revision: 485159
URL: https://svnweb.freebsd.org/changeset/ports/485159

Log:
  Change the way *_DEPENDS are set

Modified:
  head/www/py-qp/Makefile

Modified: head/www/py-qp/Makefile
==============================================================================
--- head/www/py-qp/Makefile	Sat Nov 17 17:32:21 2018	(r485158)
+++ head/www/py-qp/Makefile	Sat Nov 17 17:32:29 2018	(r485159)
@@ -12,14 +12,14 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Python web framework to use qpy and durus together
 
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}durus>=0:devel/py-durus@${PY_FLAVOR} \
+BUILD_DEPENDS=	${RUN_DEPENDS}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}durus>=0:devel/py-durus@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}qpy>=1.7:www/py-qpy@${PY_FLAVOR}
-RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 OPTIONS_DEFINE=	DOCS EXAMPLES
 
-USE_PYTHON=	distutils
 USES=		python:2.7
+USE_PYTHON=	distutils
 
 SUB_FILES=	pkg-message
 


More information about the svn-ports-all mailing list