aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2003-11-13 19:55:13 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2003-11-13 19:55:13 +0000
commit2c3115c9f3d2c754cc9f7257dba4d03de662a49f (patch)
treeabcf52e1ee848dfdcb9202ced2411ca73387f0a4 /textproc
parent4b65e292baf2ba7e6330a64619686f179a71dfa4 (diff)
downloadports-2c3115c9f3d2c754cc9f7257dba4d03de662a49f.tar.gz
ports-2c3115c9f3d2c754cc9f7257dba4d03de662a49f.zip
Make this port depend on glib20 instead of glib12 and unbreak.
Noted by: igla@batterybackups.net
Notes
Notes: svn path=/head/; revision=93909
Diffstat (limited to 'textproc')
-rw-r--r--textproc/gdome2/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/textproc/gdome2/Makefile b/textproc/gdome2/Makefile
index eea4e2c5d3dd..fa5d47692c52 100644
--- a/textproc/gdome2/Makefile
+++ b/textproc/gdome2/Makefile
@@ -15,9 +15,7 @@ COMMENT= Gnome DOM Engine
LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2
-BROKEN= Missing dependencies, will be removed after Feb 2
-
-USE_GNOME= glib12 gnomehack
+USE_GNOME= glib20 gnomehack
USE_REINPLACE= yes
USE_LIBTOOL= yes
CONFIGURE_ENV= GLIB_CONFIG="${GLIB_CONFIG}" CPPFLAGS="-I${LOCALBASE}/include"