diff options
Diffstat (limited to 'databases/postgresql95-plpython/Makefile')
-rw-r--r-- | databases/postgresql95-plpython/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/databases/postgresql95-plpython/Makefile b/databases/postgresql95-plpython/Makefile index 115b776bde4c..ce1cfde53acc 100644 --- a/databases/postgresql95-plpython/Makefile +++ b/databases/postgresql95-plpython/Makefile @@ -18,12 +18,6 @@ WANT_PYTHON_USE?= python CONFIGURE_ARGS= --with-python COMPONENT= -plpython -.if defined(PYTHON_VER) && ${PYTHON_VER:R} == 3 -PLIST_SUB+= PYTHON2="@comment " PYTHON3="" -.else -PLIST_SUB+= PYTHON2="" PYTHON3="@comment " -.endif - BUILD_DIRS= src/backend src/pl/plpython INSTALL_DIRS= src/pl/plpython SLAVE_ONLY= yes |