diff options
author | drochner <drochner@pkgsrc.org> | 2003-07-28 09:23:55 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2003-07-28 09:23:55 +0000 |
commit | a33b0d84c5b94e097bc7637dca2f4d276dac48b5 (patch) | |
tree | 41773ac08179dcccad889582cb654bdca12f695c /x11/py-Tk | |
parent | 01cdc33a5ad02f7dd34491356a2ecd386bac8861 (diff) | |
download | pkgsrc-a33b0d84c5b94e097bc7637dca2f4d276dac48b5.tar.gz |
Setup.tk was just for graphics/sketch, which doesn't need it anumore.
g/c
Diffstat (limited to 'x11/py-Tk')
-rw-r--r-- | x11/py-Tk/Makefile | 9 | ||||
-rw-r--r-- | x11/py-Tk/PLIST | 3 | ||||
-rw-r--r-- | x11/py-Tk/files/Setup.in | 9 |
3 files changed, 2 insertions, 19 deletions
diff --git a/x11/py-Tk/Makefile b/x11/py-Tk/Makefile index 0aabf7809b3..ebfc8c0cb05 100644 --- a/x11/py-Tk/Makefile +++ b/x11/py-Tk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2003/07/17 22:56:40 grant Exp $ +# $NetBSD: Makefile,v 1.24 2003/07/28 09:23:55 drochner Exp $ # PKGNAME= ${PYPKGPREFIX}-Tk-0 @@ -22,7 +22,6 @@ PY_SETUP_SUBST+= TCLRTPREFIX=${BUILDLINK_PREFIX.tcl} PY_SETUP_SUBST+= TKRTPREFIX=${BUILDLINK_PREFIX.tk} PY_SETUP_SUBST+= X11PREFIX=${X11BASE} PY_SETUP_SUBST+= X11RTPREFIX=${X11BASE} -PLIST_SUBST+= PYLIB=${PYLIB} # ignore errors due to missing files (EXTRACT_ELEMENTS!) do-patch: @@ -31,12 +30,6 @@ do-patch: ${PATCH} --batch <$$f || true; \ done) -# this is needed by graphics/sketch -post-install: - ${SED} -e "s|@LOCALBASE@|${LOCALBASE}|g" \ - -e "s|@X11BASE@|${X11BASE}|g" \ - <${FILESDIR}/Setup.in >${PREFIX}/${PYLIB}/config/Setup.tk - .include "../../lang/python/extension.mk" .include "../../lang/python/srcdist.mk" .include "../../lang/tcl/buildlink2.mk" diff --git a/x11/py-Tk/PLIST b/x11/py-Tk/PLIST index 41ffb129a22..e31a95a10a6 100644 --- a/x11/py-Tk/PLIST +++ b/x11/py-Tk/PLIST @@ -1,3 +1,2 @@ -@comment $NetBSD: PLIST,v 1.2 2002/01/28 17:34:29 drochner Exp $ +@comment $NetBSD: PLIST,v 1.3 2003/07/28 09:23:55 drochner Exp $ ${PYSITELIB}/_tkinter.so -${PYLIB}/config/Setup.tk diff --git a/x11/py-Tk/files/Setup.in b/x11/py-Tk/files/Setup.in deleted file mode 100644 index d023b73e507..00000000000 --- a/x11/py-Tk/files/Setup.in +++ /dev/null @@ -1,9 +0,0 @@ -# $NetBSD: Setup.in,v 1.5 2000/08/31 02:35:19 tsarna Exp $ -# -*shared* - -_tkinter _tkinter.c tkappinit.c -DWITH_APPINIT \ - -I@LOCALBASE@/include -I@LOCALBASE@/include \ - -I@X11BASE@/include -L@X11BASE@/lib -lX11 -L@LOCALBASE@/lib \ - -R@X11BASE@/lib -R@LOCALBASE@/lib -ltk83 -ltcl83 - |