Date: Sat, 17 Nov 2018 17:32:30 +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: r485159 - head/www/py-qp Message-ID: <201811171732.wAHHWUFG069219@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811171732.wAHHWUFG069219>