15 lines
349 B
Makefile
15 lines
349 B
Makefile
# $NetBSD: buildlink3.mk,v 1.8 2013/07/04 17:03:02 wiz Exp $
|
|||
|
|||
BUILDLINK_TREE+= py-sip
|
|||
|
|||
.if !defined(PY_SIP_BUILDLINK3_MK)
|
|||
PY_SIP_BUILDLINK3_MK:=
|
|||
|
|||
Include pyversion.mk include the protected part of the buildlink3.mk
files, not over and over again.
|
.include "../../lang/python/pyversion.mk"
|
||
|
|||
BUILDLINK_API_DEPENDS.py-sip+= ${PYPKGPREFIX}-sip>=4.14.7
|
|||
BUILDLINK_PKGSRCDIR.py-sip?= ../../x11/py-sip
|
|||
.endif # PY_SIP_BUILDLINK3_MK
|
|||
|
|||
BUILDLINK_TREE+= -py-sip
|