pkgsrc/chat/libtelepathy/Makefile
riastradh 8560be0ed3 Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.
Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).

No change to BUILD_DEPENDS as used correctly inside buildlink3.

As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
2023-06-06 12:40:15 +00:00

35 lines
1.1 KiB
Makefile

# $NetBSD: Makefile,v 1.37 2023/06/06 12:40:21 riastradh Exp $
DISTNAME= libtelepathy-0.3.3
PKGREVISION= 20
CATEGORIES= chat
MASTER_SITES= http://telepathy.freedesktop.org/releases/libtelepathy/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://telepathy.freedesktop.org/wiki/
COMMENT= Unified framework for many different kinds of real-time communications
LICENSE= gnu-lgpl-v2.1
TOOL_DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= gmake pkg-config
PKGCONFIG_OVERRIDE+= libtelepathy.pc.in
PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 0.3.3
.include "../../lang/python/pyversion.mk"
CONFIGURE_ENV+= ac_cv_prog_PYTHON=${PYTHONBIN}
.include "../../chat/telepathy-glib/buildlink3.mk"
BUILDLINK_API_DEPENDS.glib2+= glib2>=2.10.0
.include "../../devel/glib2/buildlink3.mk"
.include "../../lang/python/application.mk"
BUILDLINK_API_DEPENDS.dbus-glib+= dbus-glib>=0.73
.include "../../sysutils/dbus-glib/buildlink3.mk"
BUILDLINK_API_DEPENDS.dbus+= dbus>=0.93
.include "../../sysutils/dbus/buildlink3.mk"
.include "../../textproc/libxslt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"