diff options
Diffstat (limited to 'app-office/texmacs')
-rw-r--r-- | app-office/texmacs/texmacs-1.99.5.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-office/texmacs/texmacs-1.99.5.ebuild b/app-office/texmacs/texmacs-1.99.5.ebuild index f5c7040a2cc8..8642dcfa17d1 100644 --- a/app-office/texmacs/texmacs-1.99.5.ebuild +++ b/app-office/texmacs/texmacs-1.99.5.ebuild @@ -4,7 +4,7 @@ EAPI=6 -inherit autotools fdo-mime gnome2-utils +inherit autotools fdo-mime gnome2-utils qmake-utils MY_P=${P/tex/TeX}-src @@ -64,6 +64,7 @@ src_prepare() { src_configure() { econf \ --enable-optimize="${CXXFLAGS}" \ + --with-qt="$(qt4_get_bindir)" \ $(use_with imlib imlib2) \ $(use_enable pdf pdf-renderer) } |