diff options
Diffstat (limited to 'editors/lyx-qt/Makefile.common')
-rw-r--r-- | editors/lyx-qt/Makefile.common | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/editors/lyx-qt/Makefile.common b/editors/lyx-qt/Makefile.common index 2b19758d778..a782ea75df3 100644 --- a/editors/lyx-qt/Makefile.common +++ b/editors/lyx-qt/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.13 2004/02/09 03:26:39 jlam Exp $ +# $NetBSD: Makefile.common,v 1.14 2004/02/14 17:21:39 jlam Exp $ # DISTNAME= lyx-1.3.3 @@ -30,8 +30,6 @@ USE_PKGLOCALEDIR= YES USE_X11= YES GCC_REQD+= 2.95 -LIBTOOL_OVERRIDE= ${WRKSRC}/libtool - CONFIGURE_ARGS+= --with-pspell-lib=${BUILDLINK_PREFIX.aspell}/lib \ --with-pspell-include=${BUILDLINK_PREFIX.aspell}/include/pspell \ --with-pspell |