pkgsrc/sysutils/dbus-python-common/buildlink3.mk
drochner 1880cf6d76 put the Python version independant files from py-dbus into an own pkg,
to allow coexistence of py-dbus for different Python versions
2012-08-01 18:01:24 +00:00

16 lines
505 B
Makefile

# $NetBSD: buildlink3.mk,v 1.1 2012/08/01 18:01:24 drochner Exp $
BUILDLINK_DEPMETHOD.dbus-python-common?= build
BUILDLINK_TREE+= dbus-python-common
.if !defined(DBUS_PYTHON_COMMON_BUILDLINK3_MK)
DBUS_PYTHON_COMMON_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.dbus-python-common+= dbus-python-common>=1.1.1
BUILDLINK_PKGSRCDIR.dbus-python-common?= ../../sysutils/dbus-python-common
.include "../../sysutils/dbus/buildlink3.mk"
.endif # DBUS_PYTHON_COMMON_BUILDLINK3_MK
BUILDLINK_TREE+= -dbus-python-common