diff options
author | rm <rm@FreeBSD.org> | 2012-10-03 12:06:37 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2012-10-03 12:06:37 +0800 |
commit | 6f674bcdc5383769b9eb619b34b60745e11d2201 (patch) | |
tree | e11a6a0035871aefd6af86b776e5520e17331523 /x11-toolkits | |
parent | 6d5c8d72f359e2ddb6ce36954ac54025000e9cd5 (diff) | |
download | freebsd-ports-gnome-6f674bcdc5383769b9eb619b34b60745e11d2201.tar.gz freebsd-ports-gnome-6f674bcdc5383769b9eb619b34b60745e11d2201.tar.zst freebsd-ports-gnome-6f674bcdc5383769b9eb619b34b60745e11d2201.zip |
- do not hardcode distfile extension for lang/python ports in bsd.python.mk
(PYTHON_DISTFILE variable)
- switch lang/python ports (and it's slaves) to tar.xz
I compared all the four pairs .tgz/.tar.xz and they have no content differences.
Discussed on: python@
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/py-tkinter/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-toolkits/py-tkinter/Makefile b/x11-toolkits/py-tkinter/Makefile index 8fc25eb8721f..4a394c494dac 100644 --- a/x11-toolkits/py-tkinter/Makefile +++ b/x11-toolkits/py-tkinter/Makefile @@ -21,6 +21,7 @@ DIST_SUBDIR= python PLIST_FILES= %%PYTHON_SITELIBDIR%%/_tkinter.so USE_PYTHON= yes USE_PYDISTUTILS=yes +USE_XZ= yes PYDISTUTILS_PKGNAME= Tkinter PYDISTUTILS_PKGVERSION= 0.0.0 USE_TK= 82+ |