1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

Remove a superfluous dependency.

PR:		ports/147837
Submitted by:	Sunpoet Po-Chuan Hsieh [sunpoet sunpoet.net]
Approved by:	maintainer, tabthorpe (mentor)
Feature safe:	yes
This commit is contained in:
Rene Ladan 2010-06-22 15:55:15 +00:00
parent 07a596f4f8
commit 9f477c73f6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=256834

View File

@ -29,10 +29,8 @@ MAKE_ENV+= PYTHON_ROOT="${LOCALBASE}"\
PYTHON_LIB_PATH="${PYTHON_LIBDIR}"
RUN_DEPENDS+= ${LOCALBASE}/lib/libboost_thread.so.${BOOST_SHARED_LIB_VER}:${PORTSDIR}/devel/boost-libs
RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/elementtree/ElementTree.py:${PORTSDIR}/devel/py-elementtree
BUILD_DEPENDS+= ${BJAM}:${PORTSDIR}/devel/boost-jam
BUILD_DEPENDS+= ${PYTHON_SITELIBDIR}/elementtree/ElementTree.py:${PORTSDIR}/devel/py-elementtree
post-patch: customize-boost-build