diff options
author | marcus <marcus@FreeBSD.org> | 2002-08-10 01:13:48 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-08-10 01:13:48 +0000 |
commit | 97e2702c492924118076bc91632485292d75e0e4 (patch) | |
tree | 5acf1e2523630213671d6782002faca642251d77 /x11/gnome2/Makefile | |
parent | b54d56b4d90a486670cce5f52555f164f460c0ca (diff) | |
download | FreeBSD-ports-97e2702c492924118076bc91632485292d75e0e4.zip FreeBSD-ports-97e2702c492924118076bc91632485292d75e0e4.tar.gz |
Add gnomeaudio as this is needed for general sounds. If you try to play with
sounds in GNOME 2, it advises you to install this port anyway. Bump
PORTREVISION.
Diffstat (limited to 'x11/gnome2/Makefile')
-rw-r--r-- | x11/gnome2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/gnome2/Makefile b/x11/gnome2/Makefile index d2c6975..702528a 100644 --- a/x11/gnome2/Makefile +++ b/x11/gnome2/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnome2 PORTVERSION= 2.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11 gnome MASTER_SITES= # empty DISTFILES= # empty @@ -38,6 +38,7 @@ RUN_DEPENDS= ${X11BASE}/libexec/battstat-applet-2:${PORTSDIR}/x11/gnomeapplets2 nautilus-gtkhtml-view:${PORTSDIR}/www/nautilus-gtkhtml \ screensaver-properties-capplet:${PORTSDIR}/x11/xscreensaver-gnome \ ${X11BASE}/share/gnome/help/user-guide/C/user-guide.xml:${PORTSDIR}/misc/gnomeuserdocs2 + ${X11BASE}/share/gnome/sounds/login.wav:${PORTSDIR}/audio/gnomeaudio NO_BUILD= yes |