aboutsummaryrefslogtreecommitdiff
path: root/editors/abiword-devel/Makefile
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-04-05 22:07:39 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-04-05 22:07:39 +0000
commit3d6e57a22ac8fdfc2348019c45d35d6e359bc843 (patch)
tree27d4d18e5f7ed2dd127d578711c6171a9c901697 /editors/abiword-devel/Makefile
parente090016f8374d929a315f9bd4de9fbefbe2e95cb (diff)
downloadports-3d6e57a22ac8fdfc2348019c45d35d6e359bc843.tar.gz
ports-3d6e57a22ac8fdfc2348019c45d35d6e359bc843.zip
Notes
Diffstat (limited to 'editors/abiword-devel/Makefile')
-rw-r--r--editors/abiword-devel/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/editors/abiword-devel/Makefile b/editors/abiword-devel/Makefile
index ac5c499ea0d5..180f7c5216dd 100644
--- a/editors/abiword-devel/Makefile
+++ b/editors/abiword-devel/Makefile
@@ -56,11 +56,11 @@ PKGNAMESUFFIX= -gnome
GNOME_ENABLED= yes
.endif
-.if defined(WITH_GUCHARMAP) || exists(${X11BASE}/libdata/pkgconfig/gucharmap.pc)
-LIB_DEPENDS+= gucharmap.3:${PORTSDIR}/deskutils/gucharmap
-.else
+#.if defined(WITH_GUCHARMAP) || exists(${X11BASE}/libdata/pkgconfig/gucharmap.pc)
+#LIB_DEPENDS+= gucharmap.3:${PORTSDIR}/deskutils/gucharmap
+#.else
CONFIGURE_ARGS+= --enable-cmap=no
-.endif
+#.endif
.if defined(WITH_ENCHANT) || exists(${LOCALBASE}/lib/libenchant.so)
LIB_DEPENDS+= enchant.2:${PORTSDIR}/textproc/enchant
@@ -73,7 +73,7 @@ LIB_DEPENDS+= enchant.2:${PORTSDIR}/textproc/enchant
pre-everything::
@${ECHO_MSG} ""
@${ECHO_MSG} "AbiWord2 has the following tunable option(s):"
- @${ECHO_MSG} " WITH_GUCHARMAP=yes Enable use of Gucharmap as the symbol insertion tool (default: auto)"
+# @${ECHO_MSG} " WITH_GUCHARMAP=yes Enable use of Gucharmap as the symbol insertion tool (default: auto)"
@${ECHO_MSG} " WITH_ENCHANT=yes Enable use of the Enchant dictionary backend broker (default: auto)"
@${ECHO_MSG} ""