aboutsummaryrefslogtreecommitdiff
path: root/converters/fribidi
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2010-10-03 15:45:37 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2010-10-03 15:45:37 +0000
commit41422e8e44843a54ef0a6f459573ce1b30fad9e0 (patch)
tree0a562c711cc4b445adc8fbf4dbd2433909a98cde /converters/fribidi
parentb5c39fdef7b87d2720a63f9706425168483bbe91 (diff)
downloadports-41422e8e44843a54ef0a6f459573ce1b30fad9e0.tar.gz
ports-41422e8e44843a54ef0a6f459573ce1b30fad9e0.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>
Notes
Notes: svn path=/head/; revision=262352
Diffstat (limited to 'converters/fribidi')
-rw-r--r--converters/fribidi/Makefile5
-rw-r--r--converters/fribidi/pkg-descr2
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/