diff options
author | marcus <marcus@FreeBSD.org> | 2014-08-30 01:58:14 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2014-08-30 01:58:14 +0800 |
commit | 247ce076b7a5e39464c22689a1226bc558eecc9c (patch) | |
tree | 2ddccb79addf7ce00f705abfae2acd715783fb0f /net/netatalk3 | |
parent | 6bd1ce7954deceb05e4738e6fc1ec99f8cee02f3 (diff) | |
download | freebsd-ports-gnome-247ce076b7a5e39464c22689a1226bc558eecc9c.tar.gz freebsd-ports-gnome-247ce076b7a5e39464c22689a1226bc558eecc9c.tar.zst freebsd-ports-gnome-247ce076b7a5e39464c22689a1226bc558eecc9c.zip |
Fix the py-dbus -> pydbus-common dependency.
PR: 193125
Diffstat (limited to 'net/netatalk3')
-rw-r--r-- | net/netatalk3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/netatalk3/Makefile b/net/netatalk3/Makefile index 6adb61baa49b..326f8f38ec73 100644 --- a/net/netatalk3/Makefile +++ b/net/netatalk3/Makefile @@ -3,7 +3,7 @@ PORTNAME= netatalk PORTVERSION= 3.1.3 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= net MASTER_SITES= SF @@ -114,7 +114,7 @@ CONFIGURE_ARGS+= --disable-sendfile .if ${PORT_OPTIONS:MDBUS} || exists(${LOCALBASE}/libdata/pkgconfig/dbus-glib-1.pc) LIB_DEPENDS+= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib -RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/dbus-python.pc:${PORTSDIR}/devel/py-dbus +RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/dbus-python.pc:${PORTSDIR}/devel/pydbus-common PLIST_SUB+= DBUS="" .else PLIST_SUB+= DBUS="@comment " |