diff options
author | marcus <marcus@FreeBSD.org> | 2002-08-10 09:13:48 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-08-10 09:13:48 +0800 |
commit | 97e2702c492924118076bc91632485292d75e0e4 (patch) | |
tree | 5acf1e2523630213671d6782002faca642251d77 | |
parent | b54d56b4d90a486670cce5f52555f164f460c0ca (diff) | |
download | freebsd-ports-gnome-97e2702c492924118076bc91632485292d75e0e4.tar.gz freebsd-ports-gnome-97e2702c492924118076bc91632485292d75e0e4.tar.zst freebsd-ports-gnome-97e2702c492924118076bc91632485292d75e0e4.zip |
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.
-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 d2c69754f4da..702528a05b90 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 |