aboutsummaryrefslogtreecommitdiff
path: root/deskutils/py-vobject
diff options
context:
space:
mode:
authorDanilo G. Baio <dbaio@FreeBSD.org>2020-09-13 15:08:18 +0000
committerDanilo G. Baio <dbaio@FreeBSD.org>2020-09-13 15:08:18 +0000
commit8efec5f822ee3c6cec3536259e5a7ac41e2c6f46 (patch)
tree71bbb629b7cde86615176d6ae40199d53726ee2d /deskutils/py-vobject
parent258ddaadde50f4b81b9fcda3b8e5b946a1b0de20 (diff)
downloadports-8efec5f822ee3c6cec3536259e5a7ac41e2c6f46.tar.gz
ports-8efec5f822ee3c6cec3536259e5a7ac41e2c6f46.zip
deskutils/py-vobject: Add missing dependency
This fixes issues with other ports that needs py-vobject. pytz is optional, but it doesn't make any harm having it as default, just the opposite. PR: 249283 Reported by: Michael Bueker <m.bueker@berlin.de> Approved by: portmgr (blanket: runtime fix)
Notes
Notes: svn path=/head/; revision=548480
Diffstat (limited to 'deskutils/py-vobject')
-rw-r--r--deskutils/py-vobject/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/deskutils/py-vobject/Makefile b/deskutils/py-vobject/Makefile
index 5a2fb5ffe17b..52ec45f44b0b 100644
--- a/deskutils/py-vobject/Makefile
+++ b/deskutils/py-vobject/Makefile
@@ -3,6 +3,7 @@
PORTNAME= vobject
PORTVERSION= 0.9.6.1
+PORTREVISION= 1
CATEGORIES= deskutils python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -13,7 +14,8 @@ LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE-2.0.txt
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=2.4.0:devel/py-dateutil@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
+ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR}
NO_ARCH= yes
USES= python