diff options
author | recht <recht@pkgsrc.org> | 2004-05-23 17:15:09 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2004-05-23 17:15:09 +0000 |
commit | 87aa3431a6fe22f390c717be4985614374053c1e (patch) | |
tree | 7bdb703ce2f00f27140736d0b349c2da09145bb4 /lang/python21 | |
parent | b767b43c6b22a4092bca98d3586068db4d35c306 (diff) | |
download | pkgsrc-87aa3431a6fe22f390c717be4985614374053c1e.tar.gz |
Now that all Python modules have been bl3ified remove the bl2 support.
Diffstat (limited to 'lang/python21')
-rw-r--r-- | lang/python21/buildlink2.mk | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/lang/python21/buildlink2.mk b/lang/python21/buildlink2.mk deleted file mode 100644 index 80b1e6cea67..00000000000 --- a/lang/python21/buildlink2.mk +++ /dev/null @@ -1,35 +0,0 @@ -# $NetBSD: buildlink2.mk,v 1.9 2004/01/29 10:33:51 grant Exp $ - -.if !defined(PYTHON21_BUILDLINK2_MK) -PYTHON21_BUILDLINK2_MK= # defined - -.include "../../mk/bsd.prefs.mk" - -BUILDLINK_PACKAGES+= python21 -BUILDLINK_PKGBASE.python21?= python21 -BUILDLINK_DEPENDS.python21?= python21>=2.1 -BUILDLINK_PKGSRCDIR.python21?= ../../lang/python21 - -.if defined(BUILDLINK_DEPMETHOD.python) -BUILDLINK_DEPMETHOD.python21?= ${BUILDLINK_DEPMETHOD.python} -.endif - -EVAL_PREFIX+= BUILDLINK_PREFIX.python21=python21 -BUILDLINK_PREFIX.python21_DEFAULT= ${LOCALBASE} -BUILDLINK_FILES_CMD.python21= \ - ${BUILDLINK_PLIST_CMD.python21} | \ - ${EGREP} '^(include|lib.*/lib[^/]*$$)' -BUILDLINK_TRANSFORM+= l:python:python2.1 - -BUILDLINK_CPPFLAGS.python21+= \ - -I${BUILDLINK_PREFIX.python21}/include/python2.1 -BUILDLINK_LDFLAGS.python21+= \ - -L${BUILDLINK_PREFIX.python21}/lib/python2.1/config \ - -Wl,${RPATH_FLAG}${BUILDLINK_PREFIX.python21}/lib/python2.1/config -FIX_RPATH+= BUILDLINK_LDFLAGS.python21 - -BUILDLINK_TARGETS+= python21-buildlink - -python21-buildlink: _BUILDLINK_USE - -.endif # PYTHON21_BUILDLINK2_MK |