aboutsummaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorRuslan Makhmatkhanov <rm@FreeBSD.org>2016-02-02 20:48:06 +0000
committerRuslan Makhmatkhanov <rm@FreeBSD.org>2016-02-02 20:48:06 +0000
commit41e8d75c0052596ffcdb90f7b8a38f27fa33af9f (patch)
tree9d79f7d10158496bf06612ddbb2fab221f5cbc61 /databases
parent3b306732766ad9693f8e9b4149340e4a6aa9eb18 (diff)
downloadports-41e8d75c0052596ffcdb90f7b8a38f27fa33af9f.tar.gz
ports-41e8d75c0052596ffcdb90f7b8a38f27fa33af9f.zip
Notes
Diffstat (limited to 'databases')
-rw-r--r--databases/Makefile2
-rw-r--r--databases/py32-gdbm/Makefile7
-rw-r--r--databases/py32-sqlite3/Makefile7
3 files changed, 0 insertions, 16 deletions
diff --git a/databases/Makefile b/databases/Makefile
index f542e1eccb23..6e656c6841f9 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -788,8 +788,6 @@
SUBDIR += py-tarantool
SUBDIR += py-umemcache
SUBDIR += py-whisper
- SUBDIR += py32-gdbm
- SUBDIR += py32-sqlite3
SUBDIR += py33-gdbm
SUBDIR += py33-sqlite3
SUBDIR += py34-gdbm
diff --git a/databases/py32-gdbm/Makefile b/databases/py32-gdbm/Makefile
deleted file mode 100644
index 39d284609341..000000000000
--- a/databases/py32-gdbm/Makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-# $FreeBSD$
-
-MASTERDIR= ${.CURDIR}/../py-gdbm
-
-PYTHON_VERSION= python3.2
-
-.include "${MASTERDIR}/Makefile"
diff --git a/databases/py32-sqlite3/Makefile b/databases/py32-sqlite3/Makefile
deleted file mode 100644
index c551d4f168d9..000000000000
--- a/databases/py32-sqlite3/Makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-# $FreeBSD$
-
-MASTERDIR= ${.CURDIR}/../py-sqlite3
-
-PYTHON_VERSION= python3.2
-
-.include "${MASTERDIR}/Makefile"