diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-08-04 18:57:52 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-08-04 18:57:52 +0800 |
commit | 8e07cf4ba5344c33bba65f04165e76c1732e8ac9 (patch) | |
tree | 0e6b8c83813a97d150af18cf1952732ce33d9672 /www/encompass | |
parent | fd05e8bfacf0ffd42e46af772a8b40cfaf7e0a65 (diff) | |
download | freebsd-ports-gnome-8e07cf4ba5344c33bba65f04165e76c1732e8ac9.tar.gz freebsd-ports-gnome-8e07cf4ba5344c33bba65f04165e76c1732e8ac9.tar.zst freebsd-ports-gnome-8e07cf4ba5344c33bba65f04165e76c1732e8ac9.zip |
Fix brokeness caused by gconf shlib version change.
Diffstat (limited to 'www/encompass')
-rw-r--r-- | www/encompass/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/encompass/Makefile b/www/encompass/Makefile index 795444bcb886..a720fcf6d704 100644 --- a/www/encompass/Makefile +++ b/www/encompass/Makefile @@ -15,7 +15,7 @@ MAINTAINER= sobomax@FreeBSD.org LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs \ gtkhtml.3:${PORTSDIR}/www/gtkhtml \ glibwww.1:${PORTSDIR}/www/glibwww2 \ - gconf.8:${PORTSDIR}/devel/gconf + gconf-1.0:${PORTSDIR}/devel/gconf RUN_DEPENDS= panel:${PORTSDIR}/x11/gnomecore \ ${X11BASE}/share/gnome/sounds/login.wav:${PORTSDIR}/audio/gnomeaudio |