svn commit: r348890 - head/devel/glib20

Koop Mast kwm at FreeBSD.org
Sun Mar 23 21:27:03 UTC 2014


Author: kwm
Date: Sun Mar 23 21:27:02 2014
New Revision: 348890
URL: http://svnweb.freebsd.org/changeset/ports/348890
QAT: https://qat.redports.org/buildarchive/r348890/

Log:
  Support python3 as default python version.
  
  PR:		ports/187400 [1]
  Submitted by:	Corey Smith <corsmith at gmail.com> [1]
  		nathanw@

Modified:
  head/devel/glib20/Makefile

Modified: head/devel/glib20/Makefile
==============================================================================
--- head/devel/glib20/Makefile	Sun Mar 23 21:00:44 2014	(r348889)
+++ head/devel/glib20/Makefile	Sun Mar 23 21:27:02 2014	(r348890)
@@ -29,6 +29,7 @@ USE_LDCONFIG=	yes
 USES=		gettext gmake iconv:wchar_t pathfix pkgconfig shebangfix perl5
 USE_GNOME=	ltverhack
 USE_PYTHON=	yes
+PYTHON_PY3K_PLIST_HACK=	yes
 CONFIGURE_ARGS=	--enable-static \
 		--disable-gtk-doc --with-html-dir=${PREFIX}/share/doc \
 		--disable-man --without-xml-catalog \


More information about the svn-ports-head mailing list