diff options
author | antoine <antoine@FreeBSD.org> | 2017-12-11 04:48:45 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2017-12-11 04:48:45 +0800 |
commit | cda086784fde852c72d9372c7856221b7e75fc6d (patch) | |
tree | 0bfafd8b940b1068dff867abd0a486ec4d7ee5c6 /net-im/libpurple | |
parent | a88c10ab7a845791a3e8af23da16e6bd99cd2c9c (diff) | |
download | freebsd-ports-gnome-cda086784fde852c72d9372c7856221b7e75fc6d.tar.gz freebsd-ports-gnome-cda086784fde852c72d9372c7856221b7e75fc6d.tar.zst freebsd-ports-gnome-cda086784fde852c72d9372c7856221b7e75fc6d.zip |
- Those ports fail to build with python3
- Add some explicit FLAVOR to dependencies where needed
Diffstat (limited to 'net-im/libpurple')
-rw-r--r-- | net-im/libpurple/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/libpurple/Makefile b/net-im/libpurple/Makefile index 053c0bcdd952..d9b12572dfa6 100644 --- a/net-im/libpurple/Makefile +++ b/net-im/libpurple/Makefile @@ -208,7 +208,7 @@ CONFIGURE_ARGS+= --disable-gtkspell .if ${PORT_OPTIONS:MDBUS} LIB_DEPENDS+= libdbus-glib-1.so:devel/dbus-glib .if !defined(PIDGIN_SLAVE) -RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/dbus/__init__.py:devel/py-dbus +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}dbus>=0:devel/py-dbus@${PY_FLAVOR} .endif CONFIGURE_ARGS+= --enable-dbus PLIST_SUB+= DBUS="" |