diff options
author | ade <ade@FreeBSD.org> | 2001-05-05 05:41:30 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2001-05-05 05:41:30 +0800 |
commit | 6855df27735fc5f10d442e902a0e3b24e5c8f96d (patch) | |
tree | a06401f746a2c66d7519e13e47116450d2e2857d /www/encompass | |
parent | 6bb45ee02a63914be3ecd530070d92541da9614b (diff) | |
download | freebsd-ports-gnome-6855df27735fc5f10d442e902a0e3b24e5c8f96d.tar.gz freebsd-ports-gnome-6855df27735fc5f10d442e902a0e3b24e5c8f96d.tar.zst freebsd-ports-gnome-6855df27735fc5f10d442e902a0e3b24e5c8f96d.zip |
Various patches (mainly shared library revision changes) for those
ports that depend on GNOME and need to change for 1.4
Diffstat (limited to 'www/encompass')
-rw-r--r-- | www/encompass/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/www/encompass/Makefile b/www/encompass/Makefile index afcb392d4b65..3a316be6071a 100644 --- a/www/encompass/Makefile +++ b/www/encompass/Makefile @@ -7,6 +7,7 @@ PORTNAME= encompass PORTVERSION= 0.3.3 +PORTREVISION= 1 CATEGORIES= www gnome MASTER_SITES= http://dobey.free.fr/encompass/ \ http://zephyr.webhop.net/encompass/ \ @@ -14,12 +15,7 @@ MASTER_SITES= http://dobey.free.fr/encompass/ \ MAINTAINER= sobomax@FreeBSD.org -LIB_DEPENDS= gtkhtml.8:${PORTSDIR}/www/gtkhtml \ - glibwww.1:${PORTSDIR}/www/glibwww \ - gconf-1.1:${PORTSDIR}/devel/gconf \ - gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf \ - gnomeprint.13:${PORTSDIR}/print/gnomeprint -RUN_DEPENDS= ${X11BASE}/share/gnome/sounds/login.wav:${PORTSDIR}/audio/gnomeaudio +LIB_DEPENDS= gtkhtml.10:${PORTSDIR}/www/gtkhtml USE_GNOME= yes USE_X_PREFIX= yes |