Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Jun 2013 21:15:37 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r319590 - head/print/lyx
Message-ID:  <201306012115.r51LFbZm015421@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306012115.r51LFbZm015421>