The man page says that you should check the diff before committing, especially for the case that went wrong here (PYPKGPREFIX -> py25). Hi sno!
17 lines
492 B
Makefile
17 lines
492 B
Makefile
# $NetBSD: buildlink3.mk,v 1.5 2009/08/27 18:53:36 wiz 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.26.0nb1
|
|
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
|