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