diff options
author | asami <asami@FreeBSD.org> | 1999-10-12 16:03:30 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-10-12 16:03:30 +0800 |
commit | 060ae997f3167ccbba5f646bf35b0a24165ec7c8 (patch) | |
tree | dd26403439d325d08150b0aed9668e3bd408a827 /x11/gnome2 | |
parent | cc9a94db8ff8022aa1ff0ec88d9771dd8ae9062f (diff) | |
download | freebsd-ports-gnome-060ae997f3167ccbba5f646bf35b0a24165ec7c8.tar.gz freebsd-ports-gnome-060ae997f3167ccbba5f646bf35b0a24165ec7c8.tar.zst freebsd-ports-gnome-060ae997f3167ccbba5f646bf35b0a24165ec7c8.zip |
Bump glib shlib major.
Found by: o-bento
Forgotten by: vanilla
Diffstat (limited to 'x11/gnome2')
-rw-r--r-- | x11/gnome2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/gnome2/Makefile b/x11/gnome2/Makefile index 477118244e32..35108939e4f3 100644 --- a/x11/gnome2/Makefile +++ b/x11/gnome2/Makefile @@ -13,7 +13,7 @@ DISTFILES= # empty MAINTAINER= nacai@iname.com -LIB_DEPENDS= glib12.2:${PORTSDIR}/devel/glib12 \ +LIB_DEPENDS= glib12.3:${PORTSDIR}/devel/glib12 \ gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ ORBit.2:${PORTSDIR}/devel/ORBit \ Imlib.5:${PORTSDIR}/graphics/imlib \ |