From 658b142af8f42bab5b96892eb3d8a439350ec6c3 Mon Sep 17 00:00:00 2001 From: mezz Date: Sun, 3 Oct 2010 15:45:37 +0000 Subject: -Disable glib for it will not enable if it exists in the system. -Update the WWW. PR: ports/151166 Submitted by: John Hein --- converters/fribidi/Makefile | 5 +++-- converters/fribidi/pkg-descr | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'converters') diff --git a/converters/fribidi/Makefile b/converters/fribidi/Makefile index 5678c2835096..cddc460eec93 100644 --- a/converters/fribidi/Makefile +++ b/converters/fribidi/Makefile @@ -15,10 +15,11 @@ MASTER_SITES= http://fribidi.org/download/ MAINTAINER= gnome@FreeBSD.org COMMENT= A Free Implementation of the Unicode Bidirectional Algorithm -GNU_CONFIGURE= yes USE_GMAKE= yes USE_GNOME= gnomehack pkgconfig USE_LDCONFIG= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --without-glib MAN3= fribidi_charset_to_unicode.3 fribidi_debug_status.3 \ fribidi_get_bidi_type.3 fribidi_get_bidi_type_name.3 \ @@ -39,7 +40,7 @@ MAN3= fribidi_charset_to_unicode.3 fribidi_debug_status.3 \ .include .if !defined(WITH_DEBUG) -CONFIGURE_ARGS= --disable-debug +CONFIGURE_ARGS+=--disable-debug .endif post-patch: diff --git a/converters/fribidi/pkg-descr b/converters/fribidi/pkg-descr index 16707e185888..2c16d75050fc 100644 --- a/converters/fribidi/pkg-descr +++ b/converters/fribidi/pkg-descr @@ -17,4 +17,4 @@ every Unicode character will be treated in strict accordance with the Unicode specification. The same is true for the mirroring of characters, which also works for all the characters listed as mirrorable in the Unicode specification. -WWW: http://fribidi.org/wiki/ +WWW: http://fribidi.org/ -- cgit