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/python23-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/python23-pth')
-rw-r--r-- | lang/python23-pth/buildlink2.mk | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/lang/python23-pth/buildlink2.mk b/lang/python23-pth/buildlink2.mk deleted file mode 100644 index 1b30305e134..00000000000 --- a/lang/python23-pth/buildlink2.mk +++ /dev/null @@ -1,35 +0,0 @@ -# $NetBSD: buildlink2.mk,v 1.3 2004/03/26 02:27:42 wiz Exp $ - -.if !defined(PYTHON23_BUILDLINK2_MK) -PYTHON23_BUILDLINK2_MK= # defined - -.include "../../mk/bsd.prefs.mk" - -BUILDLINK_PACKAGES+= python23pth -BUILDLINK_PKGBASE.python23pth?= python23-pth -BUILDLINK_DEPENDS.python23pth?= python23-pth>=2.3 -BUILDLINK_RECOMMENDED.python23pth?= python23-pth>=2.3.3nb2 -BUILDLINK_PKGSRCDIR.python23pth?= ../../lang/python23-pth - -.if defined(BUILDLINK_DEPMETHOD.python) -BUILDLINK_DEPMETHOD.python23pth?= ${BUILDLINK_DEPMETHOD.python} -.endif - -EVAL_PREFIX+= BUILDLINK_PREFIX.python23pth=python23-pth -BUILDLINK_PREFIX.python23pth_DEFAULT= ${LOCALBASE} -BUILDLINK_FILES_CMD.python23pth= \ - ${BUILDLINK_PLIST_CMD.python23pth} | \ - ${EGREP} '^(include|lib.*/lib[^/]*$$)' -BUILDLINK_TRANSFORM+= l:python:python2p3 - -BUILDLINK_CPPFLAGS.python23pth+= \ - -I${BUILDLINK_PREFIX.python23pth}/include/python2p3 -BUILDLINK_LDFLAGS.python23pth+= \ - -L${BUILDLINK_PREFIX.python23pth}/lib/python2p3/config \ - -Wl,-R${BUILDLINK_PREFIX.python23pth}/lib/python2p3/config - -BUILDLINK_TARGETS+= python23pth-buildlink - -python23pth-buildlink: _BUILDLINK_USE - -.endif # PYTHON23_BUILDLINK2_MK |