aboutsummaryrefslogtreecommitdiff
path: root/devel/ice37/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/ice37/Makefile')
-rw-r--r--devel/ice37/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/ice37/Makefile b/devel/ice37/Makefile
index 306f2c099cb7..efc69f6c4d2f 100644
--- a/devel/ice37/Makefile
+++ b/devel/ice37/Makefile
@@ -66,10 +66,10 @@ PYSITEDIR= ${PREFIX}${PYTHON_SITELIBDIR:S|^${LOCALBASE}||}
PYSITEDIR= ${PYTHON_SITELIBDIR}
.endif
-.if defined(PYTHON_VER) && (${PYTHON_VER} == "2.7" || ${PYTHON_VER} == "3.4")
-PLIST_SUB+= PYTHONGT34="@comment "
+.if defined(PYTHON_VER) && ${PYTHON_VER} == "2.7"
+PLIST_SUB+= PYTHONGT27="@comment "
.else
-PLIST_SUB+= PYTHONGT34=""
+PLIST_SUB+= PYTHONGT27=""
.endif
post-patch: