summaryrefslogtreecommitdiff
path: root/lang/python23
diff options
context:
space:
mode:
authorrecht <recht@pkgsrc.org>2004-05-23 17:15:09 +0000
committerrecht <recht@pkgsrc.org>2004-05-23 17:15:09 +0000
commit4656bfa63752f45316dc187b0d4c53237fb2c097 (patch)
tree7bdb703ce2f00f27140736d0b349c2da09145bb4 /lang/python23
parenta2993cfa0926de864e7c67c7e5cc45bb8f9b7363 (diff)
downloadpkgsrc-4656bfa63752f45316dc187b0d4c53237fb2c097.tar.gz
Now that all Python modules have been bl3ified remove the bl2 support.
Diffstat (limited to 'lang/python23')
-rw-r--r--lang/python23/buildlink2.mk35
1 files changed, 0 insertions, 35 deletions
diff --git a/lang/python23/buildlink2.mk b/lang/python23/buildlink2.mk
deleted file mode 100644
index 40ef6fc19ca..00000000000
--- a/lang/python23/buildlink2.mk
+++ /dev/null
@@ -1,35 +0,0 @@
-# $NetBSD: buildlink2.mk,v 1.3 2004/03/26 02:27:42 wiz Exp $
-
-.if !defined(PYTHON23_BUILDLINK2_MK)
-PYTHON23_BUILDLINK2_MK= # defined
-
-.include "../../mk/bsd.prefs.mk"
-
-BUILDLINK_PACKAGES+= python23
-BUILDLINK_PKGBASE.python23?= python23
-BUILDLINK_DEPENDS.python23?= python23>=2.3
-BUILDLINK_RECOMMENDED.python23?= python23>=2.3.3nb2
-BUILDLINK_PKGSRCDIR.python23?= ../../lang/python23
-
-.if defined(BUILDLINK_DEPMETHOD.python)
-BUILDLINK_DEPMETHOD.python23?= ${BUILDLINK_DEPMETHOD.python}
-.endif
-
-EVAL_PREFIX+= BUILDLINK_PREFIX.python23=python23
-BUILDLINK_PREFIX.python23_DEFAULT= ${LOCALBASE}
-BUILDLINK_FILES_CMD.python23= \
- ${BUILDLINK_PLIST_CMD.python23} | \
- ${EGREP} '^(include|lib.*/lib[^/]*$$)'
-BUILDLINK_TRANSFORM+= l:python:python2.3
-
-BUILDLINK_CPPFLAGS.python23+= \
- -I${BUILDLINK_PREFIX.python23}/include/python2.3
-BUILDLINK_LDFLAGS.python23+= \
- -L${BUILDLINK_PREFIX.python23}/lib/python2.3/config \
- -Wl,-R${BUILDLINK_PREFIX.python23}/lib/python2.3/config
-
-BUILDLINK_TARGETS+= python23-buildlink
-
-python23-buildlink: _BUILDLINK_USE
-
-.endif # PYTHON23_BUILDLINK2_MK