diff options
author | marcus <marcus@FreeBSD.org> | 2009-01-21 02:41:00 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2009-01-21 02:41:00 +0800 |
commit | 9696d0a143e1de81b2c9042fac3669c6a15bb5be (patch) | |
tree | e8b8cff251f1e2d8ea9899ba76fd2fe67c46de6e /audio/sound-juicer | |
parent | f957645e3c6b37e2d95d4293e271c0ca3cc1087b (diff) | |
download | freebsd-ports-graphics-9696d0a143e1de81b2c9042fac3669c6a15bb5be.tar.gz freebsd-ports-graphics-9696d0a143e1de81b2c9042fac3669c6a15bb5be.tar.zst freebsd-ports-graphics-9696d0a143e1de81b2c9042fac3669c6a15bb5be.zip |
Add a missing gstreamer dependency on gio.
PR: 130790
Submitted by: "Junji NAKANISHI" <jun-g@daemonfreaks.com>
Diffstat (limited to 'audio/sound-juicer')
-rw-r--r-- | audio/sound-juicer/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/sound-juicer/Makefile b/audio/sound-juicer/Makefile index 7357c84bc04..a81a26f857c 100644 --- a/audio/sound-juicer/Makefile +++ b/audio/sound-juicer/Makefile @@ -8,6 +8,7 @@ PORTNAME= sound-juicer PORTVERSION= 2.24.0 +PORTREVISION= 1 CATEGORIES= audio gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -26,7 +27,7 @@ USE_GMAKE= yes INSTALLS_OMF= yes USE_GNOME= gnomehack intlhack gnomeprefix libgnomeui nautiluscdburner \ gnomedocutils -USE_GSTREAMER= cdparanoia vorbis flac gconf good +USE_GSTREAMER= cdparanoia vorbis flac gconf good gio GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-ignore-missing-cd INSTALLS_ICONS= yes |