diff options
Diffstat (limited to 'databases/postgresql96-plpython/Makefile')
-rw-r--r-- | databases/postgresql96-plpython/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/databases/postgresql96-plpython/Makefile b/databases/postgresql96-plpython/Makefile deleted file mode 100644 index 0419cfc0b0c0..000000000000 --- a/databases/postgresql96-plpython/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -WANT_PGSQL_VER= 9.6 - -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" |