diff options
author | recht <recht> | 2004-05-23 17:15:09 +0000 |
---|---|---|
committer | recht <recht> | 2004-05-23 17:15:09 +0000 |
commit | 392d354fbfe2b7d41c4cb0bfc5f0d3260e852052 (patch) | |
tree | 7bdb703ce2f00f27140736d0b349c2da09145bb4 /lang/python20 | |
parent | ae2fa0be94d3550fe5aab2bdadf3ed925c6400d2 (diff) | |
download | pkgsrc-392d354fbfe2b7d41c4cb0bfc5f0d3260e852052.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 |