diff options
-rw-r--r-- | editors/AbiWord2/Makefile | 2 | ||||
-rw-r--r-- | editors/abiword-devel/Makefile | 2 | ||||
-rw-r--r-- | editors/abiword/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/editors/AbiWord2/Makefile b/editors/AbiWord2/Makefile index 0100b7f..7f896be 100644 --- a/editors/AbiWord2/Makefile +++ b/editors/AbiWord2/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:: diff --git a/editors/abiword-devel/Makefile b/editors/abiword-devel/Makefile index 0100b7f..7f896be 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:: diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile index 0100b7f..7f896be 100644 --- a/editors/abiword/Makefile +++ b/editors/abiword/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:: |