don't pick up pspell if it happens to be installed.
This commit is contained in:
parent
60ece02280
commit
9bb12e956e
@ -1,4 +1,4 @@
|
|||||||
# $OpenBSD: Makefile,v 1.28 2003/02/20 05:50:34 marcm Exp $
|
# $OpenBSD: Makefile,v 1.29 2003/03/06 00:49:08 brad Exp $
|
||||||
|
|
||||||
COMMENT= "open-source, cross-platform WYSIWYG word processor"
|
COMMENT= "open-source, cross-platform WYSIWYG word processor"
|
||||||
|
|
||||||
@ -26,6 +26,7 @@ USE_GMAKE= Yes
|
|||||||
|
|
||||||
CONFIGURE_STYLE= gnu
|
CONFIGURE_STYLE= gnu
|
||||||
CONFIGURE_ARGS= --with-libpng=${LOCALBASE}/lib \
|
CONFIGURE_ARGS= --with-libpng=${LOCALBASE}/lib \
|
||||||
|
--without-pspell \
|
||||||
--disable-debug
|
--disable-debug
|
||||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/libpng" \
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/libpng" \
|
||||||
LDFLAGS="-L${LOCALBASE}/lib"
|
LDFLAGS="-L${LOCALBASE}/lib"
|
||||||
|
Loading…
Reference in New Issue
Block a user