diff options
author | marcus <marcus@FreeBSD.org> | 2003-06-17 02:09:58 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-06-17 02:09:58 +0800 |
commit | 143491729386de8c8111e815e4959496098aeb1b (patch) | |
tree | 7aacb72bbf173e62ddd2126707fe96c5824fd395 | |
parent | ef576caa9cbc8eb93b82066f4ab2d529cc40b949 (diff) | |
download | freebsd-ports-gnome-143491729386de8c8111e815e4959496098aeb1b.tar.gz freebsd-ports-gnome-143491729386de8c8111e815e4959496098aeb1b.tar.zst freebsd-ports-gnome-143491729386de8c8111e815e4959496098aeb1b.zip |
It seems the configure help differs from the actual configure argument
when it comes to disabling gucharmap support.
-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 0100b7fd076d..7f896beb798e 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 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:: diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile index 0100b7fd076d..7f896beb798e 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:: |