diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-08-04 07:20:37 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-08-04 07:20:37 +0000 |
commit | a9cb26718ccffe847796a590667c6d47acff22d0 (patch) | |
tree | b84ce1d75e2c0719c472396c190339b977428710 /www/encompass/Makefile | |
parent | 3653aa520650836e9fed73448a9f424a1b58f92b (diff) | |
download | ports-a9cb26718ccffe847796a590667c6d47acff22d0.tar.gz ports-a9cb26718ccffe847796a590667c6d47acff22d0.zip |
Notes
Diffstat (limited to 'www/encompass/Makefile')
-rw-r--r-- | www/encompass/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/encompass/Makefile b/www/encompass/Makefile index 685ed8c9a1f4..795444bcb886 100644 --- a/www/encompass/Makefile +++ b/www/encompass/Makefile @@ -6,7 +6,7 @@ # PORTNAME= encompass -PORTVERSION= 0.1.0 +PORTVERSION= 0.1.2 CATEGORIES= www gnome MASTER_SITES= http://www.geocities.com/lordzephyroth/ @@ -16,7 +16,8 @@ LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs \ gtkhtml.3:${PORTSDIR}/www/gtkhtml \ glibwww.1:${PORTSDIR}/www/glibwww2 \ gconf.8:${PORTSDIR}/devel/gconf -RUN_DEPENDS= gnomecc:${PORTSDIR}/sysutils/gnomecontrolcenter +RUN_DEPENDS= panel:${PORTSDIR}/x11/gnomecore \ + ${X11BASE}/share/gnome/sounds/login.wav:${PORTSDIR}/audio/gnomeaudio WRKSRC= ${WRKDIR}/${DISTNAME}/src |