aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2014-09-04 00:08:32 +0800
committersunpoet <sunpoet@FreeBSD.org>2014-09-04 00:08:32 +0800
commitc128550c41ebe6f2d70d16295da715a495fdd291 (patch)
tree3d12a7cf67ce635cc47dfc3b875e33a3b8b2f51a /devel
parent5dcf113d3167c5d7823c352971b646865bc97b2f (diff)
downloadfreebsd-ports-gnome-c128550c41ebe6f2d70d16295da715a495fdd291.tar.gz
freebsd-ports-gnome-c128550c41ebe6f2d70d16295da715a495fdd291.tar.zst
freebsd-ports-gnome-c128550c41ebe6f2d70d16295da715a495fdd291.zip
- Change PYTHON_FEATURES to USE_PYTHON
Approved by: gnome (kwm)
Diffstat (limited to 'devel')
-rw-r--r--devel/glib20/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/glib20/Makefile b/devel/glib20/Makefile
index cdf461b6d1da..6b37fc59d932 100644
--- a/devel/glib20/Makefile
+++ b/devel/glib20/Makefile
@@ -28,7 +28,7 @@ USE_LDCONFIG= yes
# (wchar_t is used by glibmm, rawtherapee triggered this)
USES+= gettext gmake iconv:wchar_t libtool pathfix perl5 \
pkgconfig python shebangfix
-PYTHON_FEATURES= py3kplist
+USE_PYTHON= py3kplist
CONFIGURE_ARGS= --disable-gtk-doc --with-html-dir=${PREFIX}/share/doc \
--disable-man --without-xml-catalog \
--enable-static \