svn commit: r319590 - head/print/lyx

Raphael Kubo da Costa rakuco at FreeBSD.org
Sat Jun 1 21:15:37 UTC 2013


Author: rakuco
Date: Sat Jun  1 21:15:37 2013
New Revision: 319590
URL: http://svnweb.freebsd.org/changeset/ports/319590

Log:
  Adjust the Python dependency; LyX does not support Python3 yet.

Modified:
  head/print/lyx/Makefile

Modified: head/print/lyx/Makefile
==============================================================================
--- head/print/lyx/Makefile	Sat Jun  1 20:45:56 2013	(r319589)
+++ head/print/lyx/Makefile	Sat Jun  1 21:15:37 2013	(r319590)
@@ -27,7 +27,7 @@ USE_XZ=		yes
 USE_GMAKE=	yes
 USE_QT4=	corelib gui moc_build uic_build rcc_build
 USE_GNOME=	desktopfileutils
-USE_PYTHON=	yes
+USE_PYTHON=	-2.7
 USE_PERL5=	yes
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	${PTHREAD_CFLAGS}


More information about the svn-ports-head mailing list