svn commit: r367216 - head/devel/glib20

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Sep 3 16:08:33 UTC 2014


Author: sunpoet
Date: Wed Sep  3 16:08:32 2014
New Revision: 367216
URL: http://svnweb.freebsd.org/changeset/ports/367216
QAT: https://qat.redports.org/buildarchive/r367216/

Log:
  - Change PYTHON_FEATURES to USE_PYTHON
  
  Approved by:	gnome (kwm)

Modified:
  head/devel/glib20/Makefile

Modified: head/devel/glib20/Makefile
==============================================================================
--- head/devel/glib20/Makefile	Wed Sep  3 15:56:00 2014	(r367215)
+++ head/devel/glib20/Makefile	Wed Sep  3 16:08:32 2014	(r367216)
@@ -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 \


More information about the svn-ports-head mailing list