Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Oct 2015 14:01:11 +1100
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        Jung-uk Kim <jkim@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r399324 - in head/devel: . py-pyopencl
Message-ID:  <561F16F7.9000305@FreeBSD.org>
In-Reply-To: <201510150015.t9F0FOlM062752@repo.freebsd.org>
References:  <201510150015.t9F0FOlM062752@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 15/10/2015 11:15 AM, Jung-uk Kim wrote:
> +BUILD_DEPENDS=	${LOCALBASE}/include/CL/cl.h:${PORTSDIR}/devel/opencl \
> +		${PYTHON_SITELIBDIR}/numpy/__init__.py:${PORTSDIR}/math/py-numpy
> +LIB_DEPENDS=	libOpenCL.so:${PORTSDIR}/devel/ocl-icd
> +RUN_DEPENDS=	${PYTHON_SITELIBDIR}/pytools/__init__.py:${PORTSDIR}/devel/py-pytools \
> +		${PYTHON_SITELIBDIR}/numpy/__init__.py:${PORTSDIR}/math/py-numpy \
> +		${PYTHON_SITELIBDIR}/mako/__init__.py:${PORTSDIR}/textproc/py-mako

Likely better to use package name references here over files, unless
file references are necessary to be explicit (eg: this is the *actual*
and *only* file it depends on) or to enable referencing a file that can
be installed by multiple packages (eg: django-admin.py that is provided
by any and all of www/py-djangoXY version ports)



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