On Mon, Mar 30, 2015 at 03:56:12PM +0200, [email protected] wrote:
> This updates Lyx to the last stable version. It was tested on amd64.
Tested on i386.
The port-lib-depends-check target recommended libmagic. It's an optional
library for this application but was on my system and used during build.
--- Makefile Mon Mar 30 19:21:51 2015
+++ makefile Tue Mar 31 18:37:08 2015
@@ -23,12 +23,13 @@
LIB_DEPENDS= ${MODQT4_LIB_DEPENDS}>=4.5.3 \
devel/boost \
+ devel/libmagic \
textproc/enchant \
textproc/aspell/core
WANTLIB += lib/qt4/QtGui>=8 aspell c m pthread stdc++ z
WANTLIB += boost_regex-mt>=1 boost_signals-mt>=1
-WANTLIB += glib-2.0 gmodule-2.0 enchant
+WANTLIB += glib-2.0 gmodule-2.0 enchant magic
SEPARATE_BUILD= Yes
USE_GMAKE= Yes