diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2016-12-25 19:23:52 +0000 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2016-12-25 19:23:52 +0000 |
commit | 35f44300104784eec753c391c70a66067f03884d (patch) | |
tree | d2cd60639297ccbc43cb0be2a485142595e61bd8 | |
parent | 412fa467bae121ff8dd153d475f0cf8b94b51be8 (diff) | |
download | FreeBSD-ports-35f44300104784eec753c391c70a66067f03884d.zip FreeBSD-ports-35f44300104784eec753c391c70a66067f03884d.tar.gz |
- Add py36-tkinter (copied from py35-tkinter)
-rw-r--r-- | x11-toolkits/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/py36-tkinter/Makefile | 7 |
2 files changed, 8 insertions, 0 deletions
diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile index 8b2a54e..ab92ce5 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -228,6 +228,7 @@ SUBDIR += py33-tkinter SUBDIR += py34-tkinter SUBDIR += py35-tkinter + SUBDIR += py36-tkinter SUBDIR += pypy-tkinter SUBDIR += qt4-declarative SUBDIR += qt4-gui diff --git a/x11-toolkits/py36-tkinter/Makefile b/x11-toolkits/py36-tkinter/Makefile new file mode 100644 index 0000000..30a5678 --- /dev/null +++ b/x11-toolkits/py36-tkinter/Makefile @@ -0,0 +1,7 @@ +# $FreeBSD$ + +MASTERDIR= ${.CURDIR}/../py-tkinter + +PYTHON_VERSION= python3.6 + +.include "${MASTERDIR}/Makefile" |