svn commit: r393836 - head/net/netatalk3

Joe Marcus Clarke marcus at FreeBSD.org
Mon Aug 10 00:30:00 UTC 2015


Author: marcus
Date: Mon Aug 10 00:29:59 2015
New Revision: 393836
URL: https://svnweb.freebsd.org/changeset/ports/393836

Log:
  Fix the py-dbus dependency.
  
  PR:		202003

Modified:
  head/net/netatalk3/Makefile

Modified: head/net/netatalk3/Makefile
==============================================================================
--- head/net/netatalk3/Makefile	Sun Aug  9 23:42:35 2015	(r393835)
+++ head/net/netatalk3/Makefile	Mon Aug 10 00:29:59 2015	(r393836)
@@ -3,7 +3,7 @@
 
 PORTNAME=	netatalk
 PORTVERSION=	3.1.7
-PORTREVISION=	1
+PORTREVISION=	2
 PORTEPOCH=	1
 CATEGORIES=	net
 MASTER_SITES=	SF
@@ -112,8 +112,9 @@ CONFIGURE_ARGS+=	--disable-sendfile
 .endif
 
 .if ${PORT_OPTIONS:MDBUS} || exists(${LOCALBASE}/libdata/pkgconfig/dbus-glib-1.pc)
+USES+=			python
 LIB_DEPENDS+=		libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib
-RUN_DEPENDS+=		${LOCALBASE}/libdata/pkgconfig/dbus-python.pc:${PORTSDIR}/devel/pydbus-common
+RUN_DEPENDS+=		${PYTHON_SITELIBDIR}/dbus/_dbus.py:${PORTSDIR}/devel/py-dbus
 PLIST_SUB+=		DBUS=""
 .else
 PLIST_SUB+=		DBUS="@comment "


More information about the svn-ports-head mailing list