mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
- Add flavor support for python
PR: 224092 Submitted by: Henrik Hudson
This commit is contained in:
parent
4a70d839f9
commit
3fcd48bc9a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=455531
@ -75,9 +75,9 @@ TLS_CONFIGURE_ON= --with-security-modules=tsm --with-transports=TLSTCP,DTLSUDP
|
||||
.if ${PORT_OPTIONS:MPYTHON}
|
||||
PYDISTUTILS_PKGNAME?= netsnmp-python
|
||||
PYDISTUTILS_PKGVERSION?= 1.0a1
|
||||
USES+= python
|
||||
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools
|
||||
BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools
|
||||
USES+= python:2.7
|
||||
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR}
|
||||
BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR}
|
||||
CONFIGURE_ARGS+=--with-python-modules
|
||||
CONFIGURE_ENV+= PYTHONPROG="${PYTHON_CMD}"
|
||||
MAKE_ENV+= PYDISTUTILS_INSTALLARGS="${PYDISTUTILS_INSTALLARGS}" STAGEDIR="${STAGEDIR}"
|
||||
|
Loading…
Reference in New Issue
Block a user