diff options
author | dbn <dbn@FreeBSD.org> | 2015-12-13 21:16:31 +0800 |
---|---|---|
committer | dbn <dbn@FreeBSD.org> | 2015-12-13 21:16:31 +0800 |
commit | 24891f09a7d9c010e7ab4fe4e715ff57e919618b (patch) | |
tree | eb1343333fc0cbae9958cb22d68195b8487a264b /x11-toolkits | |
parent | c60996bfa31c4c4c268de65b21f0270d27a74383 (diff) | |
download | freebsd-ports-gnome-24891f09a7d9c010e7ab4fe4e715ff57e919618b.tar.gz freebsd-ports-gnome-24891f09a7d9c010e7ab4fe4e715ff57e919618b.tar.zst freebsd-ports-gnome-24891f09a7d9c010e7ab4fe4e715ff57e919618b.zip |
lang/pypy: unbreak build on i386 and armv6
- Add back PYPY_BITS as it is required to define the names of two files,
depending if pypy is translated for 32 or 64 bit systems [1].
- Change maintainership to python@ [2][3][4]
Reported by: pkg-fallout [1]
Approved by: koobs@ [2]
PR: 204743 [3]
Submitted by: robak@ [4]
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/pypy-tkinter/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/pypy-tkinter/Makefile b/x11-toolkits/pypy-tkinter/Makefile index 47ace98f149f..563e3ef2c19a 100644 --- a/x11-toolkits/pypy-tkinter/Makefile +++ b/x11-toolkits/pypy-tkinter/Makefile @@ -5,7 +5,7 @@ PORTNAME= tkinter PORTVERSION= ${PYTHON_PORTVERSION} CATEGORIES= x11-toolkits python -MAINTAINER= dbn@FreeBSD.org +MAINTAINER= python@FreeBSD.org COMMENT= PyPy bindings to the Tk widget set USES= tk |