summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-07-27 21:47:14 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-07-27 21:47:14 +0800
commit0b37a3796fb208860ce48d0f6faa5469ddfecbee (patch)
tree99f692dc98b14803e68f3231a8c9d8c32c50e53c
parent8fdd2addccb62fbe2e65b43186a8c2d30dca40de (diff)
downloadmarcuscom-ports-0b37a3796fb208860ce48d0f6faa5469ddfecbee.tar.gz
marcuscom-ports-0b37a3796fb208860ce48d0f6faa5469ddfecbee.tar.zst
marcuscom-ports-0b37a3796fb208860ce48d0f6faa5469ddfecbee.zip
Chase the gucharmap shared lib version.
Submitted by: Pawel Worach <pawel.worach@gmail.com> git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6848 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--editors/abiword/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile
index 84e6d607b..0c6a96ec2 100644
--- a/editors/abiword/Makefile
+++ b/editors/abiword/Makefile
@@ -3,7 +3,7 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/editors/abiword/Makefile,v 1.2 2005/10/29 22:31:16 marcus Exp $
+# $MCom: ports/editors/abiword/Makefile,v 1.4 2006/07/18 12:44:27 ahze Exp $
#
PORTNAME= abiword
@@ -74,7 +74,7 @@ GNOME_ENABLED= yes
.endif
.if defined(WITH_GUCHARMAP) || exists(${LOCALBASE}/libdata/pkgconfig/gucharmap.pc)
-LIB_DEPENDS+= gucharmap.4:${PORTSDIR}/deskutils/gucharmap
+LIB_DEPENDS+= gucharmap.5:${PORTSDIR}/deskutils/gucharmap
.else
CONFIGURE_ARGS+= --enable-cmap=no
.endif