diff options
author | wiz <wiz@pkgsrc.org> | 2022-11-26 09:49:43 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2022-11-26 09:49:43 +0000 |
commit | 663c644c5d7accc0b5ea5e417b2ce5484250b99e (patch) | |
tree | 936df164e62e50ef13aff0a0991ac6654e78f4d5 /x11 | |
parent | c183dfe1acbdec8b00afd9e02cf421c26455275b (diff) | |
download | pkgsrc-663c644c5d7accc0b5ea5e417b2ce5484250b99e.tar.gz |
py-sip5: add buildlink3.mk file like py-sip has
Diffstat (limited to 'x11')
-rw-r--r-- | x11/py-sip5/buildlink3.mk | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/x11/py-sip5/buildlink3.mk b/x11/py-sip5/buildlink3.mk new file mode 100644 index 00000000000..ab3e1a9b49b --- /dev/null +++ b/x11/py-sip5/buildlink3.mk @@ -0,0 +1,14 @@ +# $NetBSD: buildlink3.mk,v 1.1 2022/11/26 09:49:43 wiz Exp $ + +BUILDLINK_TREE+= py-sip5 + +.if !defined(PY_SIP5_BUILDLINK3_MK) +PY_SIP5_BUILDLINK3_MK:= + +.include "../../lang/python/pyversion.mk" + +BUILDLINK_API_DEPENDS.py-sip5+= ${PYPKGPREFIX}-sip5>=5.0 +BUILDLINK_PKGSRCDIR.py-sip5?= ../../x11/py-sip5 +.endif # PY_SIP5_BUILDLINK3_MK + +BUILDLINK_TREE+= -py-sip5 |