svn commit: r394070 - head/net/netatalk3

Joe Marcus Clarke marcus at FreeBSD.org
Thu Aug 13 15:55:38 UTC 2015


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=""


More information about the svn-ports-all mailing list