diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-06-16 18:09:58 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-06-16 18:09:58 +0000 |
commit | 1689f448880f6c0491db4ac1ad2ff7b6eab57f79 (patch) | |
tree | eb2ef2dfb2c84ad90de19adf5bd5bb1eb55101dd /editors/abiword-devel | |
parent | Don't print the pre-everything banner until gucharmap support is fixed. (diff) |
It seems the configure help differs from the actual configure argument
when it comes to disabling gucharmap support.
Diffstat (limited to 'editors/abiword-devel')
-rw-r--r-- | editors/abiword-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/abiword-devel/Makefile b/editors/abiword-devel/Makefile index 0100b7fd076d..7f896beb798e 100644 --- a/editors/abiword-devel/Makefile +++ b/editors/abiword-devel/Makefile @@ -57,7 +57,7 @@ GNOME_ENABLED= yes #.if defined(WITH_GUCHARMAP) || exists(${X11BASE}/libdata/pkgconfig/gucharmap.pc) #LIB_DEPENDS+= gucharmap.3:${PORTSDIR}/misc/gucharmap #.else -CONFIGURE_ARGS+= --disable-gucharmap +CONFIGURE_ARGS+= --enable-cmap=no #.endif #pre-everything:: |