From 409b04c0fc739eb2cfb4dbd2eccbedeb2475e6dd Mon Sep 17 00:00:00 2001 From: Raphael Kubo da Costa Date: Sat, 1 Jun 2013 21:15:37 +0000 Subject: [PATCH] Adjust the Python dependency; LyX does not support Python3 yet. --- print/lyx/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/print/lyx/Makefile b/print/lyx/Makefile index 85fb52a6b660..ce9e06e62ba5 100644 --- a/print/lyx/Makefile +++ b/print/lyx/Makefile @@ -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}