diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-01-20 18:41:00 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-01-20 18:41:00 +0000 |
commit | bfbdedfdb8db503c6d9d8a25bb3bb3d77f0f2199 (patch) | |
tree | d876e54109e91e68cefc9417a50b9aeee70a0895 /audio/sound-juicer | |
parent | 43160f58a87d901d8335b873712028c399dd9bc4 (diff) |
Notes
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 7357c84bc04d..a81a26f857c4 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 |