diff options
author | Ade Lovett <ade@FreeBSD.org> | 2000-07-11 22:02:22 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2000-07-11 22:02:22 +0000 |
commit | cbe360036c13bb91a38310ff226a8eb0b2a1b104 (patch) | |
tree | c4e9259e62b5ba67ea0110493b4e0e2540210bd9 /x11-toolkits/rep-gtk2 | |
parent | f71b35794fc63964a374403cef8e98a60254d6e9 (diff) | |
download | ports-cbe360036c13bb91a38310ff226a8eb0b2a1b104.tar.gz ports-cbe360036c13bb91a38310ff226a8eb0b2a1b104.zip |
Update for new devel/libglade shlib version
Notes
Notes:
svn path=/head/; revision=30493
Diffstat (limited to 'x11-toolkits/rep-gtk2')
-rw-r--r-- | x11-toolkits/rep-gtk2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/rep-gtk2/Makefile b/x11-toolkits/rep-gtk2/Makefile index 1ad418ba7bb1..dabc82efca30 100644 --- a/x11-toolkits/rep-gtk2/Makefile +++ b/x11-toolkits/rep-gtk2/Makefile @@ -16,7 +16,7 @@ MAINTAINER= nakai@FreeBSD.org LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ rep.9:${PORTSDIR}/lang/librep .if !defined(WITHOUT_GNOME) -LIB_DEPENDS+= glade.3:${PORTSDIR}/devel/libglade \ +LIB_DEPENDS+= glade.4:${PORTSDIR}/devel/libglade \ gnome.4:${PORTSDIR}/x11/gnomelibs \ gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf .endif |