diff options
author | jperkin <jperkin@pkgsrc.org> | 2014-03-13 11:08:49 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2014-03-13 11:08:49 +0000 |
commit | 8429be58d4dd33dfc5e94ee69bbfba5a484851cb (patch) | |
tree | 1c699ba1dd234c6ee43e2b178e217734fa130ad6 /x11/py-Tk/Makefile | |
parent | 070d23eb3b8f4306f27bb48f0221010015ef7669 (diff) | |
download | pkgsrc-8429be58d4dd33dfc5e94ee69bbfba5a484851cb.tar.gz |
Set USE_GCC_RUNTIME=yes for packages which build shared libraries but do
not use libtool to do so. This is required to correctly depend upon a
gcc runtime package (e.g. gcc47-libs) when using USE_PKGSRC_GCC_RUNTIME.
Diffstat (limited to 'x11/py-Tk/Makefile')
-rw-r--r-- | x11/py-Tk/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/py-Tk/Makefile b/x11/py-Tk/Makefile index fcb1cbf54f4..3f4ebc1d063 100644 --- a/x11/py-Tk/Makefile +++ b/x11/py-Tk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.59 2014/01/25 10:30:31 wiz Exp $ +# $NetBSD: Makefile,v 1.60 2014/03/13 11:08:53 jperkin Exp $ PKGNAME= ${PYPKGPREFIX}-Tk-${PY_DISTVERSION} PKGREVISION= 4 @@ -9,6 +9,8 @@ HOMEPAGE= http://wiki.python.org/moin/TkInter COMMENT= Tkinter -- Python interface to Tcl/Tk LICENSE= python-software-foundation +USE_GCC_RUNTIME= yes + EXTRACT_ELEMENTS= ${PYSUBDIR}/Modules/_tkinter.c \ ${PYSUBDIR}/Modules/tkappinit.c PYDISTUTILSPKG= yes |