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/python22-pth | |
parent | a2993cfa0926de864e7c67c7e5cc45bb8f9b7363 (diff) | |
download | pkgsrc-4656bfa63752f45316dc187b0d4c53237fb2c097.tar.gz |
Now that all Python modules have been bl3ified remove the bl2 support.
Diffstat (limited to 'lang/python22-pth')
-rw-r--r-- | lang/python22-pth/buildlink2.mk | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/lang/python22-pth/buildlink2.mk b/lang/python22-pth/buildlink2.mk deleted file mode 100644 index 36e653f3c5b..00000000000 --- a/lang/python22-pth/buildlink2.mk +++ /dev/null @@ -1,35 +0,0 @@ -# $NetBSD: buildlink2.mk,v 1.4 2004/01/29 10:33:51 grant Exp $ - -.if !defined(PYTHON22_BUILDLINK2_MK) -PYTHON22_BUILDLINK2_MK= # defined - -.include "../../mk/bsd.prefs.mk" - -BUILDLINK_PACKAGES+= python22-pth -BUILDLINK_PKGBASE.python22-pth?= python22-pth -BUILDLINK_DEPENDS.python22-pth?= python22-pth>=2.2.2nb1 -BUILDLINK_PKGSRCDIR.python22-pth?= ../../lang/python22-pth - -.if defined(BUILDLINK_DEPMETHOD.python) -BUILDLINK_DEPMETHOD.python22-pth?= ${BUILDLINK_DEPMETHOD.python} -.endif - -EVAL_PREFIX+= BUILDLINK_PREFIX.python22-pth=python22-pth -BUILDLINK_PREFIX.python22-pth_DEFAULT= ${LOCALBASE} -BUILDLINK_FILES_CMD.python22-pth= \ - ${BUILDLINK_PLIST_CMD.python22-pth} | \ - ${EGREP} '^(include|lib.*/lib[^/]*$$)' -BUILDLINK_TRANSFORM+= l:python:python2p2 - -BUILDLINK_CPPFLAGS.python22-pth+= \ - -I${BUILDLINK_PREFIX.python22-pth}/include/python2p2 -BUILDLINK_LDFLAGS.python22-pth+= \ - -L${BUILDLINK_PREFIX.python22-pth}/lib/python2p2/config \ - -Wl,${RPATH_FLAG}${BUILDLINK_PREFIX.python22-pth}/lib/python2p2/config -FIX_RPATH+= BUILDLINK_LDFLAGS.python22-pth - -BUILDLINK_TARGETS+= python22-pth-buildlink - -python22-pth-buildlink: _BUILDLINK_USE - -.endif # PYTHON22_BUILDLINK2_MK |