aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authorrm <rm@FreeBSD.org>2016-02-03 04:48:06 +0800
committerrm <rm@FreeBSD.org>2016-02-03 04:48:06 +0800
commit1e15da934aa9cbd2330f1ed97e826d8a104326e9 (patch)
tree9d79f7d10158496bf06612ddbb2fab221f5cbc61 /x11-toolkits
parent4fcf506b03163eb86b77cd51f372a6d0c9f701f4 (diff)
downloadfreebsd-ports-graphics-1e15da934aa9cbd2330f1ed97e826d8a104326e9.tar.gz
freebsd-ports-graphics-1e15da934aa9cbd2330f1ed97e826d8a104326e9.tar.zst
freebsd-ports-graphics-1e15da934aa9cbd2330f1ed97e826d8a104326e9.zip
Remove Python 3.2 related slave ports to unbreak INDEX
With hat: python
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/Makefile1
-rw-r--r--x11-toolkits/py32-tkinter/Makefile7
2 files changed, 0 insertions, 8 deletions
diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile
index 737b7420325..32d6e6fb8bd 100644
--- a/x11-toolkits/Makefile
+++ b/x11-toolkits/Makefile
@@ -208,7 +208,6 @@
SUBDIR += py-wxPython28-common
SUBDIR += py-wxPython30
SUBDIR += py-xlib
- SUBDIR += py32-tkinter
SUBDIR += py33-tkinter
SUBDIR += py34-tkinter
SUBDIR += py35-tkinter
diff --git a/x11-toolkits/py32-tkinter/Makefile b/x11-toolkits/py32-tkinter/Makefile
deleted file mode 100644
index 80546e7cb69..00000000000
--- a/x11-toolkits/py32-tkinter/Makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-# $FreeBSD$
-
-MASTERDIR= ${.CURDIR}/../py-tkinter
-
-PYTHON_VERSION= python3.2
-
-.include "${MASTERDIR}/Makefile"