LyX picks up hunspell at build time; disable this for now.

This commit is contained in:
sthen 2013-04-06 12:29:45 +00:00
parent 75bd7df7a9
commit c6fb07522a

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.66 2013/03/21 08:46:35 ajacoutot Exp $ # $OpenBSD: Makefile,v 1.67 2013/04/06 12:29:45 sthen Exp $
COMMENT= graphical frontend for LaTeX (nearly WYSIWYG) COMMENT= graphical frontend for LaTeX (nearly WYSIWYG)
DISTNAME= lyx-2.0.4 DISTNAME= lyx-2.0.4
REVISION= 0
CATEGORIES= print editors CATEGORIES= print editors
HOMEPAGE= http://www.lyx.org/ HOMEPAGE= http://www.lyx.org/
@ -10,7 +11,7 @@ HOMEPAGE= http://www.lyx.org/
MASTER_SITES= ftp://ftp.lyx.org/pub/lyx/stable/2.0.x/ \ MASTER_SITES= ftp://ftp.lyx.org/pub/lyx/stable/2.0.x/ \
ftp://ftp.lip6.fr/pub/lyx/stable/2.0.x/ ftp://ftp.lip6.fr/pub/lyx/stable/2.0.x/
# GPLv2 # GPLv2+
PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_CDROM= Yes
MODULES= devel/gettext lang/python x11/qt4 MODULES= devel/gettext lang/python x11/qt4
@ -36,6 +37,7 @@ CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --with-extra-lib="${X11BASE}/lib ${LOCALBASE}/lib" \ CONFIGURE_ARGS= --with-extra-lib="${X11BASE}/lib ${LOCALBASE}/lib" \
--with-extra-inc="${X11BASE}/include ${LOCALBASE}/include" \ --with-extra-inc="${X11BASE}/include ${LOCALBASE}/include" \
--without-aiksaurus \ --without-aiksaurus \
--without-hunspell \
--without-included-boost \ --without-included-boost \
--enable-threads=posix --enable-threads=posix
CONFIGURE_ENV+= PYTHON=${MODPY_BIN} MOC4=${MODQT4_MOC} UIC4=${MODQT4_UIC} \ CONFIGURE_ENV+= PYTHON=${MODPY_BIN} MOC4=${MODQT4_MOC} UIC4=${MODQT4_UIC} \