pkgsrc/x11/py-sip/buildlink3.mk
wiz 28654fe030 Update to 4.14.7:
v4.14.7 16th June 2013
  - The internal API version is increased to 10.0 requiring the regeneration of
    all modules.
  - Added the /Sequence/ function annotation.
  - %ConvertFromTypeCode can now be specified for classes.
  - Added sipEnableAutoconversion() to the C API.
  - Added sipSetDestroyOnExit() to the C API.
  - Bug fixes.

Bump coming (for first point).
2013-07-04 17:03:02 +00:00

14 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 "../../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