diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2014-01-10 08:39:01 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2014-01-10 08:39:01 +0000 |
commit | 4046b0c257c9a93a9cc9fcdfd5ab33ecd7a8397e (patch) | |
tree | a645c71ef36e7da9a383fe39a9a94b6bef66c442 | |
parent | cf13e17616a583da104d7928a8b878d55b0ca3ce (diff) | |
download | ports-4046b0c257c9a93a9cc9fcdfd5ab33ecd7a8397e.tar.gz ports-4046b0c257c9a93a9cc9fcdfd5ab33ecd7a8397e.zip |
Notes
-rw-r--r-- | x11-toolkits/py-tkinter/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/py-tkinter/Makefile b/x11-toolkits/py-tkinter/Makefile index b20f0dffb873..d47d377ffd62 100644 --- a/x11-toolkits/py-tkinter/Makefile +++ b/x11-toolkits/py-tkinter/Makefile @@ -17,8 +17,8 @@ PORTSCOUT= ignore:1 USE_PYTHON= yes USE_PYDISTUTILS=yes -USE_TK= yes USE_XZ= yes +USES= tk DIST_SUBDIR= python DISTINFO_FILE= ${PORTSDIR}/lang/python${PYTHON_SUFFIX}/distinfo |