From a118a9f747b0e4972de866267de081dfecb074ce Mon Sep 17 00:00:00 2001 From: fredb Date: Mon, 4 Apr 2005 23:38:57 +0000 Subject: "configure" now checks for gucharmap by default, picks it up, but then fails to build with it (without the buildlink glue). Adapt by reversing the sense of the check, and s/enable/disable/. --- editors/abiword/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'editors/abiword') diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile index 2ea10e59e6c..44ff9fbc751 100644 --- a/editors/abiword/Makefile +++ b/editors/abiword/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.87 2005/02/24 09:55:34 adam Exp $ +# $NetBSD: Makefile,v 1.88 2005/04/04 23:38:57 fredb Exp $ .include "Makefile.common" PKGNAME= abiword-${ABIWORD_VERSION} @@ -18,8 +18,8 @@ PKG_SUPPORTED_OPTIONS= gucharmap .include "../../mk/bsd.options.mk" .include "../../mk/bsd.prefs.mk" -.if !empty(PKG_OPTIONS:Mgucharmap) -CONFIGURE_ARGS+= --enable-gucharmap +.if empty(PKG_OPTIONS:Mgucharmap) +CONFIGURE_ARGS+= --disable-gucharmap .endif CONFIGURE_ARGS+= --with-sys-wv .if ${OPSYS} == "Darwin" -- cgit v1.2.3