pkgsrc/lang/python24/buildlink3.mk
drochner 3507e16d3a bump PKGREVs for Python pkgs, as suggested by David Sainty -- at least
on Linux one can't build some extensions against an old Python (with
spurious -ldb4 linkage) anymore
also sync the bl3 files of the non-default versions with python25
for consistency
2009-09-08 10:06:35 +00:00

25 lines
750 B
Makefile

# $NetBSD: buildlink3.mk,v 1.10 2009/09/08 10:06:35 drochner Exp $
BUILDLINK_TREE+= python24
.if !defined(PYTHON24_BUILDLINK3_MK)
PYTHON24_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.python24+= python24>=2.4
BUILDLINK_ABI_DEPENDS.python24?= python24>=2.4.2nb4
BUILDLINK_PKGSRCDIR.python24?= ../../lang/python24
.if defined(BUILDLINK_DEPMETHOD.python)
BUILDLINK_DEPMETHOD.python24?= ${BUILDLINK_DEPMETHOD.python}
.endif
BUILDLINK_INCDIRS.python24+= include/python2.4
BUILDLINK_LIBDIRS.python24+= lib/python2.4/config
BUILDLINK_TRANSFORM+= l:python:python2.4
.endif # PYTHON24_BUILDLINK3_MK
BUILDLINK_TREE+= -python24
.include "../../mk/dlopen.buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"