mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
Add a missing dependency on py-libxml2.
This commit is contained in:
parent
d133ccf98b
commit
93c95386bf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=162893
@ -5,7 +5,7 @@
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel gnome python
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
@ -14,7 +14,8 @@ COMMENT= Python interface to the D-BUS messaging system
|
||||
|
||||
BUILD_DEPENDS= pyrexc:${PORTSDIR}/devel/pyrex
|
||||
LIB_DEPENDS= dbus-1.2:${PORTSDIR}/devel/dbus
|
||||
RUN_DEPENDS= pyrexc:${PORTSDIR}/devel/pyrex
|
||||
RUN_DEPENDS= pyrexc:${PORTSDIR}/devel/pyrex \
|
||||
${PYTHON_SITELIBDIR}/libxml2.py:${PORTSDIR}/textproc/py-libxml2
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../dbus
|
||||
BUILD_WRKSRC= ${WRKSRC}/python
|
||||
|
Loading…
Reference in New Issue
Block a user