diff options
Diffstat (limited to 'devel/libpeas/Makefile')
-rw-r--r-- | devel/libpeas/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libpeas/Makefile b/devel/libpeas/Makefile index 689c94f308d6..168604776cbb 100644 --- a/devel/libpeas/Makefile +++ b/devel/libpeas/Makefile @@ -38,7 +38,7 @@ PLIST= ${.CURDIR}/pkg-plist USES+= python USE_PYTHON= flavors USE_GNOME+= pygobject3 -.if ${FLAVOR:Upy27:Mpy2*} +.if ${FLAVOR:Upy36:Mpy2*} CONFIGURE_ARGS+= --disable-python3 BUILD_WRKSRC= ${WRKSRC}/loaders/python INSTALL_WRKSRC= ${WRKSRC}/loaders/python |