aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2000-07-18 16:02:11 +0800
committersobomax <sobomax@FreeBSD.org>2000-07-18 16:02:11 +0800
commit67a63c1acdb41c49704c54d240e0cceb026111e8 (patch)
tree74e36d1b57cf785d9553ddbac29bc8496a8465c8
parent838cb4f6c921686f517845cff4dfd8fa6cbe3ff8 (diff)
downloadfreebsd-ports-gnome-67a63c1acdb41c49704c54d240e0cceb026111e8.tar.gz
freebsd-ports-gnome-67a63c1acdb41c49704c54d240e0cceb026111e8.tar.zst
freebsd-ports-gnome-67a63c1acdb41c49704c54d240e0cceb026111e8.zip
Make it use glib1.3 to allow it to be used with pango.
-rw-r--r--textproc/fribidi/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/fribidi/Makefile b/textproc/fribidi/Makefile
index 2a9ba0c3f703..0e44947a3658 100644
--- a/textproc/fribidi/Makefile
+++ b/textproc/fribidi/Makefile
@@ -12,9 +12,9 @@ MASTER_SITES= http://imagic.weizmann.ac.il/~dov/freesw/FriBidi/
MAINTAINER= sobomax@FreeBSD.org
-LIB_DEPENDS= glib12.3:${PORTSDIR}/devel/glib12
+LIB_DEPENDS= glib-1.3.1:${PORTSDIR}/devel/glib13
-GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
+GLIB_CONFIG?= ${LOCALBASE}/bin/glib-config-2.0
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes