diff options
author | rakuco <rakuco@FreeBSD.org> | 2013-06-02 05:15:37 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2013-06-02 05:15:37 +0800 |
commit | 384b9b0d63add9827c9fec8a11cb610fc8da5707 (patch) | |
tree | 6e16c5d34235f86640ab17c18370e4c6e0b56e8c /print | |
parent | dfd22d2939e44bf7e50b43b2f10257de1e301fbc (diff) | |
download | freebsd-ports-gnome-384b9b0d63add9827c9fec8a11cb610fc8da5707.tar.gz freebsd-ports-gnome-384b9b0d63add9827c9fec8a11cb610fc8da5707.tar.zst freebsd-ports-gnome-384b9b0d63add9827c9fec8a11cb610fc8da5707.zip |
Adjust the Python dependency; LyX does not support Python3 yet.
Diffstat (limited to 'print')
-rw-r--r-- | print/lyx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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} |