28654fe030
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).
14 lines
349 B
Makefile
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
|