Date: Thu, 13 Aug 2015 15:55:38 +0000 (UTC) From: Joe Marcus Clarke <marcus@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r394070 - head/net/netatalk3 Message-ID: <201508131555.t7DFtcnO002461@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marcus Date: Thu Aug 13 15:55:37 2015 New Revision: 394070 URL: https://svnweb.freebsd.org/changeset/ports/394070 Log: Use python:2 as py-dbus is only available for Python 2.x. Submitted by: sunpoet Modified: head/net/netatalk3/Makefile Modified: head/net/netatalk3/Makefile ============================================================================== --- head/net/netatalk3/Makefile Thu Aug 13 15:39:04 2015 (r394069) +++ head/net/netatalk3/Makefile Thu Aug 13 15:55:37 2015 (r394070) @@ -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=""
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508131555.t7DFtcnO002461>