From 684bc75c42e3cf463efea5e258a73ec975f9bd35 Mon Sep 17 00:00:00 2001 From: ijliao Date: Wed, 17 Jul 2002 06:59:28 +0000 Subject: fribidi malfunctioned, so disable it --- net-im/centericq/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'net-im/centericq') diff --git a/net-im/centericq/Makefile b/net-im/centericq/Makefile index ce451a0668a4..74f5db901b6d 100644 --- a/net-im/centericq/Makefile +++ b/net-im/centericq/Makefile @@ -8,7 +8,7 @@ PORTNAME= centericq PORTVERSION= 4.7.8 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://konst.org.ua/download/ @@ -16,8 +16,8 @@ MAINTAINER= ijliao@FreeBSD.org LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext \ iconv.3:${PORTSDIR}/converters/libiconv \ - sigc.1:${PORTSDIR}/devel/libsigc++ \ - fribidi.0:${PORTSDIR}/converters/fribidi + sigc.1:${PORTSDIR}/devel/libsigc++ +# fribidi.0:${PORTSDIR}/converters/fribidi USE_GMAKE= yes USE_GNOMENG= yes @@ -25,7 +25,7 @@ USE_GNOME= glib12 GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= --with-fribidi +#CONFIGURE_ARGS= --with-fribidi MAN1= centericq.1 -- cgit