diff options
author | gutteridge <gutteridge@pkgsrc.org> | 2019-12-17 01:59:31 +0000 |
---|---|---|
committer | gutteridge <gutteridge@pkgsrc.org> | 2019-12-17 01:59:31 +0000 |
commit | 9070ed0b04a406e4c1121f89d03d798702232b84 (patch) | |
tree | bf1b88f613194ed65954c48d451607e7dcebeb66 /editors | |
parent | 8a273be5722d9c0adf0188c674345bac04bb3dea (diff) | |
download | pkgsrc-9070ed0b04a406e4c1121f89d03d798702232b84.tar.gz |
abiword-plugins: remove redundant configure setting
Diffstat (limited to 'editors')
-rw-r--r-- | editors/abiword-plugins/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/editors/abiword-plugins/Makefile b/editors/abiword-plugins/Makefile index 1a7c5092016..6efc1982b91 100644 --- a/editors/abiword-plugins/Makefile +++ b/editors/abiword-plugins/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.108 2019/12/04 05:40:47 gutteridge Exp $ +# $NetBSD: Makefile,v 1.109 2019/12/17 01:59:31 gutteridge Exp $ .include "../../editors/abiword/Makefile.common" DISTNAME= abiword-${ABIVERSION} @@ -27,7 +27,6 @@ BUILD_DIRS= plugins # All configure_args here CONFIGURE_ARGS+= --disable-default-plugins #do not build any plugins by default -CONFIGURE_ARGS+= --enable-builtin-plugins CONFIGURE_ARGS+= --enable-spell # (Gtk+ only) include spell checking support CONFIGURE_ARGS+= --with-inter7eps=no |