diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-07-17 14:59:28 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-07-17 14:59:28 +0800 |
commit | 684bc75c42e3cf463efea5e258a73ec975f9bd35 (patch) | |
tree | 216245de00bb40a762a05aa41c856b8b14150bb4 /net-im/centericq | |
parent | 44685dec49991dc5dff219177bc9e91f6560d44b (diff) | |
download | freebsd-ports-gnome-684bc75c42e3cf463efea5e258a73ec975f9bd35.tar.gz freebsd-ports-gnome-684bc75c42e3cf463efea5e258a73ec975f9bd35.tar.zst freebsd-ports-gnome-684bc75c42e3cf463efea5e258a73ec975f9bd35.zip |
fribidi malfunctioned, so disable it
Diffstat (limited to 'net-im/centericq')
-rw-r--r-- | net-im/centericq/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
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 |