diff options
author | marcus <marcus@FreeBSD.org> | 2004-01-23 14:58:56 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-01-23 14:58:56 +0800 |
commit | a10c1c0600945cc8d6244c1761d7efa3b634fcfd (patch) | |
tree | d2230ba5bd26e26fb992a86fdb517adbb5849492 /x11 | |
parent | 794ee1dc7040bf35ee7d43e83a44adb6daa6a438 (diff) | |
download | freebsd-ports-gnome-a10c1c0600945cc8d6244c1761d7efa3b634fcfd.tar.gz freebsd-ports-gnome-a10c1c0600945cc8d6244c1761d7efa3b634fcfd.tar.zst freebsd-ports-gnome-a10c1c0600945cc8d6244c1761d7efa3b634fcfd.zip |
Add a dependency on sound-juicer.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome2-fifth-toe/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/gnome2-fifth-toe/Makefile b/x11/gnome2-fifth-toe/Makefile index 2443b1a24e7e..3f02e0e07944 100644 --- a/x11/gnome2-fifth-toe/Makefile +++ b/x11/gnome2-fifth-toe/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnome2-fifth-toe PORTVERSION= 2.4.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 gnome MASTER_SITES= # empty DISTFILES= # empty @@ -34,6 +34,7 @@ RUN_DEPENDS= pan:${PORTSDIR}/news/pan2 \ liferea:${PORTSDIR}/net/liferea \ rhythmbox:${PORTSDIR}/audio/rhythmbox \ jamboree:${PORTSDIR}/audio/jamboree \ + sound-juicer:${PORTSDIR}/audio/sound-juicer \ gnotime:${PORTSDIR}/deskutils/gnotime .if !defined(PACKAGE_BUILDING) && !defined(PARALLEL_PACKAGE_BUILD) |