aboutsummaryrefslogtreecommitdiff
path: root/databases/postgresql10-plpython
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2023-03-07 21:40:26 +0000
committerRene Ladan <rene@FreeBSD.org>2023-03-07 21:40:58 +0000
commit3839b1978750ced6dcb9deb41215b9570319bb93 (patch)
treef3d3e6d31f702175e307289016908f01079cab2c /databases/postgresql10-plpython
parent47c9ea70d88e20522cdfbb4f124c0d67df8a62a9 (diff)
Diffstat (limited to 'databases/postgresql10-plpython')
-rw-r--r--databases/postgresql10-plpython/Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/databases/postgresql10-plpython/Makefile b/databases/postgresql10-plpython/Makefile
deleted file mode 100644
index bbcebffb4890..000000000000
--- a/databases/postgresql10-plpython/Makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-WANT_PGSQL_VER= 10
-
-INSTALL_DIRS= src/pl/plpython contrib/hstore_plpython contrib/ltree_plpython
-
-# this port fails to build in parallel
-MAKE_JOBS_UNSAFE= yes
-
-.include "${.CURDIR}/../postgresql14-plpython/Makefile"