aboutsummaryrefslogtreecommitdiff
path: root/net/netatalk3
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2015-08-13 15:55:37 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2015-08-13 15:55:37 +0000
commitabf7fdeafd8827521219e9c3251d74d85ff67b68 (patch)
tree64fe1f1dd3ff873a977002e3eb0f7033c7c39730 /net/netatalk3
parente363f711766e1513a7265d468ec31bb5da4cbd66 (diff)
Use python:2 as py-dbus is only available for Python 2.x.
Submitted by: sunpoet
Notes
Notes: svn path=/head/; revision=394070
Diffstat (limited to 'net/netatalk3')
-rw-r--r--net/netatalk3/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/netatalk3/Makefile b/net/netatalk3/Makefile
index 93b3aaba75cb..7dd5aa84e2f3 100644
--- a/net/netatalk3/Makefile
+++ b/net/netatalk3/Makefile
@@ -112,7 +112,7 @@ CONFIGURE_ARGS+= --disable-sendfile
.endif
.if ${PORT_OPTIONS:MDBUS} || exists(${LOCALBASE}/libdata/pkgconfig/dbus-glib-1.pc)
-USES+= python
+USES+= python:2
LIB_DEPENDS+= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib
RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/dbus/_dbus.py:${PORTSDIR}/devel/py-dbus
PLIST_SUB+= DBUS=""