From 0b37a3796fb208860ce48d0f6faa5469ddfecbee Mon Sep 17 00:00:00 2001 From: marcus Date: Thu, 27 Jul 2006 13:47:14 +0000 Subject: Chase the gucharmap shared lib version. Submitted by: Pawel Worach git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6848 df743ca5-7f9a-e211-a948-0013205c9059 --- editors/abiword/Makefile | 4 ++-- 1 file 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 # # $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 -- cgit