diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-03-17 01:10:24 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-03-17 01:10:24 +0000 |
commit | 9dffc9b13d08106159641aeb8dfdb5a6e58ec934 (patch) | |
tree | ddb6f1345ccce4c5b4a12038b48bbe09d2fe7616 | |
parent | - Add audio/gstreamer-plugins-shout2 with new USE_GSTREAMER=shout2 (diff) |
- Add forgotten path to gstreamer-plugins-shout2
Notes
Notes:
svn path=/head/; revision=131462
-rw-r--r-- | Mk/bsd.gstreamer.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Mk/bsd.gstreamer.mk b/Mk/bsd.gstreamer.mk index 05275b2cb2b9..57e790df0f76 100644 --- a/Mk/bsd.gstreamer.mk +++ b/Mk/bsd.gstreamer.mk @@ -122,6 +122,8 @@ polypaudio_PLIST= libpolypaudio shout_DEPENDS= audio/gstreamer-plugins-shout +shout2_DEPENDS= audio/gstreamer-plugins-shout2 + sidplay_DEPENDS= audio/gstreamer-plugins-sidplay sidplay_PLIST= libgstsid |