mirror of
https://git.freebsd.org/ports.git
synced 2025-05-28 17:06:32 -04:00
Use package names rather than files in PYTHON_SITELIBDIR for depends.
Requested by: rm Approved by: eadler, miwi (mentors, implicit)
This commit is contained in:
parent
c9cce5d49a
commit
b5079cdf71
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=317649
1 changed files with 9 additions and 9 deletions
|
@ -14,15 +14,15 @@ COMMENT= Automatic creation of a super timeline
|
||||||
|
|
||||||
LICENSE= AL2
|
LICENSE= AL2
|
||||||
|
|
||||||
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/hachoir_core/__init__.py:${PORTSDIR}/devel/hachoir-core \
|
RUN_DEPENDS= hachoir-core>=0:${PORTSDIR}/devel/hachoir-core \
|
||||||
${PYTHON_SITELIBDIR}/hachoir_metadata/__init__.py:${PORTSDIR}/sysutils/hachoir-metadata \
|
hachoir-metadata>=0:${PORTSDIR}/sysutils/hachoir-metadata \
|
||||||
${PYTHON_SITELIBDIR}/hachoir_parser/__init__.py:${PORTSDIR}/devel/hachoir-parser \
|
hachoir-parser>=0:${PORTSDIR}/devel/hachoir-parser \
|
||||||
${PYTHON_SITELIBDIR}/pyevt.so:${PORTSDIR}/devel/libevt \
|
libevt>=a:${PORTSDIR}/devel/libevt \
|
||||||
${PYTHON_SITELIBDIR}/pyevtx.so:${PORTSDIR}/devel/libevtx \
|
libevtx>=a:${PORTSDIR}/devel/libevtx \
|
||||||
${PYTHON_SITELIBDIR}/pylnk.so:${PORTSDIR}/devel/liblnk \
|
liblnk>=0:${PORTSDIR}/devel/liblnk \
|
||||||
${PYTHON_SITELIBDIR}/pymsiecf.so:${PORTSDIR}/devel/libmsiecf \
|
libmsiecf>=a:${PORTSDIR}/devel/libmsiecf \
|
||||||
${PYTHON_SITELIBDIR}/pyregf.so:${PORTSDIR}/devel/libregf \
|
libregf>=a:${PORTSDIR}/devel/libregf \
|
||||||
${PYTHON_SITELIBDIR}/pyvshadow.so:${PORTSDIR}/devel/libvshadow \
|
libvshadow>=0:${PORTSDIR}/devel/libvshadow \
|
||||||
ipython${PYTHON_PKGNAMESUFFIX}>=0:${PORTSDIR}/devel/ipython \
|
ipython${PYTHON_PKGNAMESUFFIX}>=0:${PORTSDIR}/devel/ipython \
|
||||||
${PYTHON_PKGNAMEPREFIX}dateutil>=0:${PORTSDIR}/devel/py-dateutil \
|
${PYTHON_PKGNAMEPREFIX}dateutil>=0:${PORTSDIR}/devel/py-dateutil \
|
||||||
${PYTHON_PKGNAMEPREFIX}protobuf>=0:${PORTSDIR}/devel/py-protobuf \
|
${PYTHON_PKGNAMEPREFIX}protobuf>=0:${PORTSDIR}/devel/py-protobuf \
|
||||||
|
|
Loading…
Add table
Reference in a new issue