diff options
author | mezz <mezz@FreeBSD.org> | 2010-10-03 23:45:37 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2010-10-03 23:45:37 +0800 |
commit | 658b142af8f42bab5b96892eb3d8a439350ec6c3 (patch) | |
tree | 45f965808fe2b92d30f718a53a2a4890bbf53ed8 /converters | |
parent | 39a353f1e48e49eb5ad3db7cdc2b9035f4d62589 (diff) | |
download | freebsd-ports-gnome-658b142af8f42bab5b96892eb3d8a439350ec6c3.tar.gz freebsd-ports-gnome-658b142af8f42bab5b96892eb3d8a439350ec6c3.tar.zst freebsd-ports-gnome-658b142af8f42bab5b96892eb3d8a439350ec6c3.zip |
-Disable glib for it will not enable if it exists in the system.
-Update the WWW.
PR: ports/151166
Submitted by: John Hein <jhein@symmetricom.com>
Diffstat (limited to 'converters')
-rw-r--r-- | converters/fribidi/Makefile | 5 | ||||
-rw-r--r-- | converters/fribidi/pkg-descr | 2 |
2 files changed, 4 insertions, 3 deletions
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 <bsd.port.pre.mk> .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/ |