diff options
Diffstat (limited to 'lang/python21-pth/buildlink3.mk')
-rw-r--r-- | lang/python21-pth/buildlink3.mk | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/lang/python21-pth/buildlink3.mk b/lang/python21-pth/buildlink3.mk deleted file mode 100644 index 0daeadc96e9..00000000000 --- a/lang/python21-pth/buildlink3.mk +++ /dev/null @@ -1,27 +0,0 @@ -# $NetBSD: buildlink3.mk,v 1.4 2004/03/05 19:25:36 jlam Exp $ - -BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ -PYTHON21_PTH_BUILDLINK3_MK:= ${PYTHON21_PTH_BUILDLINK3_MK}+ - -.if !empty(BUILDLINK_DEPTH:M+) -BUILDLINK_DEPENDS+= python21-pth -.endif - -BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Npython21-pth} -BUILDLINK_PACKAGES+= python21-pth - -.if !empty(PYTHON21_PTH_BUILDLINK3_MK:M+) -BUILDLINK_DEPENDS.python21-pth+= python21-pth>=2.1.3nb2 -BUILDLINK_PKGSRCDIR.python21-pth?= ../../lang/python21-pth - -.if defined(BUILDLINK_DEPMETHOD.python) -BUILDLINK_DEPMETHOD.python21pth?= ${BUILDLINK_DEPMETHOD.python} -.endif - -BUILDLINK_INCDIRS.python21-pth+= include/python2p1 -BUILDLINK_LIBDIRS.python21-pth+= lib/python2p1/config -BUILDLINK_TRANSFORM+= l:python:python2p1 - -.endif # PYTHON21_PTH_BUILDLINK3_MK - -BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//} |