mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 07:26:29 -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
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/hachoir_core/__init__.py:${PORTSDIR}/devel/hachoir-core \
|
||||
${PYTHON_SITELIBDIR}/hachoir_metadata/__init__.py:${PORTSDIR}/sysutils/hachoir-metadata \
|
||||
${PYTHON_SITELIBDIR}/hachoir_parser/__init__.py:${PORTSDIR}/devel/hachoir-parser \
|
||||
${PYTHON_SITELIBDIR}/pyevt.so:${PORTSDIR}/devel/libevt \
|
||||
${PYTHON_SITELIBDIR}/pyevtx.so:${PORTSDIR}/devel/libevtx \
|
||||
${PYTHON_SITELIBDIR}/pylnk.so:${PORTSDIR}/devel/liblnk \
|
||||
${PYTHON_SITELIBDIR}/pymsiecf.so:${PORTSDIR}/devel/libmsiecf \
|
||||
${PYTHON_SITELIBDIR}/pyregf.so:${PORTSDIR}/devel/libregf \
|
||||
${PYTHON_SITELIBDIR}/pyvshadow.so:${PORTSDIR}/devel/libvshadow \
|
||||
RUN_DEPENDS= hachoir-core>=0:${PORTSDIR}/devel/hachoir-core \
|
||||
hachoir-metadata>=0:${PORTSDIR}/sysutils/hachoir-metadata \
|
||||
hachoir-parser>=0:${PORTSDIR}/devel/hachoir-parser \
|
||||
libevt>=a:${PORTSDIR}/devel/libevt \
|
||||
libevtx>=a:${PORTSDIR}/devel/libevtx \
|
||||
liblnk>=0:${PORTSDIR}/devel/liblnk \
|
||||
libmsiecf>=a:${PORTSDIR}/devel/libmsiecf \
|
||||
libregf>=a:${PORTSDIR}/devel/libregf \
|
||||
libvshadow>=0:${PORTSDIR}/devel/libvshadow \
|
||||
ipython${PYTHON_PKGNAMESUFFIX}>=0:${PORTSDIR}/devel/ipython \
|
||||
${PYTHON_PKGNAMEPREFIX}dateutil>=0:${PORTSDIR}/devel/py-dateutil \
|
||||
${PYTHON_PKGNAMEPREFIX}protobuf>=0:${PORTSDIR}/devel/py-protobuf \
|
||||
|
|
Loading…
Add table
Reference in a new issue