summaryrefslogtreecommitdiff
path: root/editors/abiword
diff options
context:
space:
mode:
authorTom McLaughlin <tmclaugh@FreeBSD.org>2007-03-19 16:06:46 +0000
committerTom McLaughlin <tmclaugh@FreeBSD.org>2007-03-19 16:06:46 +0000
commitaed3cf79288ca045cdd46cc062578fb3e8232947 (patch)
tree2475e3cb66cdc608b73be951694b66e084fa4650 /editors/abiword
parent- OPTIONify (diff)
Chase optional gucharmap dependency after update
Notes
Notes: svn path=/head/; revision=187725
Diffstat (limited to 'editors/abiword')
-rw-r--r--editors/abiword/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile
index b94bb9d6eb70..278e64527b1c 100644
--- a/editors/abiword/Makefile
+++ b/editors/abiword/Makefile
@@ -73,7 +73,7 @@ GNOME_ENABLED= yes
.endif
.if defined(WITH_GUCHARMAP) || exists(${LOCALBASE}/libdata/pkgconfig/gucharmap.pc)
-LIB_DEPENDS+= gucharmap.5:${PORTSDIR}/deskutils/gucharmap
+LIB_DEPENDS+= gucharmap.6:${PORTSDIR}/deskutils/gucharmap
.else
CONFIGURE_ARGS+= --enable-cmap=no
.endif