diff options
author | knu <knu@FreeBSD.org> | 2003-11-14 03:55:13 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2003-11-14 03:55:13 +0800 |
commit | 6a6771ac772b982db6571a95d0c6acc37d6a9fca (patch) | |
tree | aef299bbfe0d22071acf4e4f2abfe183ccf9a60a | |
parent | 796d868ee2babfeef9b6c37be308b30e561b60c0 (diff) | |
download | freebsd-ports-gnome-6a6771ac772b982db6571a95d0c6acc37d6a9fca.tar.gz freebsd-ports-gnome-6a6771ac772b982db6571a95d0c6acc37d6a9fca.tar.zst freebsd-ports-gnome-6a6771ac772b982db6571a95d0c6acc37d6a9fca.zip |
Make this port depend on glib20 instead of glib12 and unbreak.
Noted by: igla@batterybackups.net
-rw-r--r-- | textproc/gdome2/Makefile | 4 |
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" |