6e686dc4e9
"${PYPKGPREFIX}" was accidentally replace with "py26" by blbump when I did the recursive bump for graphics/freetype2 and I forgot to change them back :(.
17 lines
492 B
Makefile
17 lines
492 B
Makefile
# $NetBSD: buildlink3.mk,v 1.12 2011/11/01 23:18:23 sbd Exp $
|
|
|
|
BUILDLINK_TREE+= py-at-spi
|
|
|
|
.if !defined(PY_AT_SPI_BUILDLINK3_MK)
|
|
PY_AT_SPI_BUILDLINK3_MK:=
|
|
|
|
.include "../../lang/python/pyversion.mk"
|
|
|
|
BUILDLINK_API_DEPENDS.py-at-spi+= ${PYPKGPREFIX}-at-spi>=1.20.1
|
|
BUILDLINK_ABI_DEPENDS.py-at-spi?= ${PYPKGPREFIX}-at-spi>=1.30.1nb6
|
|
BUILDLINK_PKGSRCDIR.py-at-spi?= ../../devel/py-at-spi
|
|
|
|
.include "../../devel/at-spi/buildlink3.mk"
|
|
.endif # PY_AT_SPI_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -py-at-spi
|