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 | 4656bfa63752f45316dc187b0d4c53237fb2c097 (patch) | |
tree | 7bdb703ce2f00f27140736d0b349c2da09145bb4 /lang/python20 | |
parent | a2993cfa0926de864e7c67c7e5cc45bb8f9b7363 (diff) | |
download | pkgsrc-4656bfa63752f45316dc187b0d4c53237fb2c097.tar.gz |
Now that all Python modules have been bl3ified remove the bl2 support.
Diffstat (limited to 'lang/python20')
-rw-r--r-- | lang/python20/buildlink2.mk | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/lang/python20/buildlink2.mk b/lang/python20/buildlink2.mk deleted file mode 100644 index 45c806ec911..00000000000 --- a/lang/python20/buildlink2.mk +++ /dev/null @@ -1,36 +0,0 @@ -# $NetBSD: buildlink2.mk,v 1.11 2004/03/26 02:27:42 wiz Exp $ - -.if !defined(PYTHON20_BUILDLINK2_MK) -PYTHON20_BUILDLINK2_MK= # defined - -.include "../../mk/bsd.prefs.mk" - -BUILDLINK_PACKAGES+= python20 -BUILDLINK_PKGBASE.python20?= python20 -BUILDLINK_DEPENDS.python20?= python20>=2.0 -BUILDLINK_RECOMMENDED.python20?= python20>=2.0.1nb7 -BUILDLINK_PKGSRCDIR.python20?= ../../lang/python20 - -.if defined(BUILDLINK_DEPMETHOD.python) -BUILDLINK_DEPMETHOD.python20?= ${BUILDLINK_DEPMETHOD.python} -.endif - -EVAL_PREFIX+= BUILDLINK_PREFIX.python20=python20 -BUILDLINK_PREFIX.python20_DEFAULT= ${LOCALBASE} -BUILDLINK_FILES_CMD.python20= \ - ${BUILDLINK_PLIST_CMD.python20} | \ - ${EGREP} '^(include|lib.*/lib[^/]*$$)' -BUILDLINK_TRANSFORM+= l:python:python2.0 - -BUILDLINK_CPPFLAGS.python20+= \ - -I${BUILDLINK_PREFIX.python20}/include/python2.0 -BUILDLINK_LDFLAGS.python20+= \ - -L${BUILDLINK_PREFIX.python20}/lib/python2.0/config \ - -Wl,${RPATH_FLAG}${BUILDLINK_PREFIX.python20}/lib/python2.0/config -FIX_RPATH+= BUILDLINK_LDFLAGS.python20 - -BUILDLINK_TARGETS+= python20-buildlink - -python20-buildlink: _BUILDLINK_USE - -.endif # PYTHON20_BUILDLINK2_MK |