summaryrefslogtreecommitdiff
path: root/lang/python22
diff options
context:
space:
mode:
authorrecht <recht>2004-05-23 17:15:09 +0000
committerrecht <recht>2004-05-23 17:15:09 +0000
commit392d354fbfe2b7d41c4cb0bfc5f0d3260e852052 (patch)
tree7bdb703ce2f00f27140736d0b349c2da09145bb4 /lang/python22
parentae2fa0be94d3550fe5aab2bdadf3ed925c6400d2 (diff)
downloadpkgsrc-392d354fbfe2b7d41c4cb0bfc5f0d3260e852052.tar.gz
Now that all Python modules have been bl3ified remove the bl2 support.
Diffstat (limited to 'lang/python22')
-rw-r--r--lang/python22/buildlink2.mk35
1 files changed, 0 insertions, 35 deletions
diff --git a/lang/python22/buildlink2.mk b/lang/python22/buildlink2.mk
deleted file mode 100644
index a082188b516..00000000000
--- a/lang/python22/buildlink2.mk
+++ /dev/null
@@ -1,35 +0,0 @@
-# $NetBSD: buildlink2.mk,v 1.12 2004/01/29 10:33:51 grant Exp $
-
-.if !defined(PYTHON22_BUILDLINK2_MK)
-PYTHON22_BUILDLINK2_MK= # defined
-
-.include "../../mk/bsd.prefs.mk"
-
-BUILDLINK_PACKAGES+= python22
-BUILDLINK_PKGBASE.python22?= python22
-BUILDLINK_DEPENDS.python22?= python22>=2.2
-BUILDLINK_PKGSRCDIR.python22?= ../../lang/python22
-
-.if defined(BUILDLINK_DEPMETHOD.python)
-BUILDLINK_DEPMETHOD.python22?= ${BUILDLINK_DEPMETHOD.python}
-.endif
-
-EVAL_PREFIX+= BUILDLINK_PREFIX.python22=python22
-BUILDLINK_PREFIX.python22_DEFAULT= ${LOCALBASE}
-BUILDLINK_FILES_CMD.python22= \
- ${BUILDLINK_PLIST_CMD.python22} | \
- ${EGREP} '^(include|lib.*/lib[^/]*$$)'
-BUILDLINK_TRANSFORM+= l:python:python2.2
-
-BUILDLINK_CPPFLAGS.python22+= \
- -I${BUILDLINK_PREFIX.python22}/include/python2.2
-BUILDLINK_LDFLAGS.python22+= \
- -L${BUILDLINK_PREFIX.python22}/lib/python2.2/config \
- -Wl,${RPATH_FLAG}${BUILDLINK_PREFIX.python22}/lib/python2.2/config
-FIX_RPATH+= BUILDLINK_LDFLAGS.python22
-
-BUILDLINK_TARGETS+= python22-buildlink
-
-python22-buildlink: _BUILDLINK_USE
-
-.endif # PYTHON22_BUILDLINK2_MK