diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-05-27 08:18:53 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-05-27 08:18:53 +0800 |
commit | 9efc9e736d991d6e55ed85014a96bf3f27c9cbc6 (patch) | |
tree | a85b2d03d87f865b9fdfc52d88c40360560fa371 /audio | |
parent | 3caba9966e3c3ac76e230a42231565516980d622 (diff) | |
download | marcuscom-ports-9efc9e736d991d6e55ed85014a96bf3f27c9cbc6.tar.gz marcuscom-ports-9efc9e736d991d6e55ed85014a96bf3f27c9cbc6.tar.zst marcuscom-ports-9efc9e736d991d6e55ed85014a96bf3f27c9cbc6.zip |
- Add good to USE_GSTREAMER to bring in wavenc plugin
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6314 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'audio')
-rw-r--r-- | audio/sound-juicer/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/sound-juicer/Makefile b/audio/sound-juicer/Makefile index 3b0800f0b..aa93df8d9 100644 --- a/audio/sound-juicer/Makefile +++ b/audio/sound-juicer/Makefile @@ -3,12 +3,12 @@ # Whom: Alexander Nedotsukov <bland@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/audio/sound-juicer/Makefile,v 1.52 2006/05/17 18:13:52 ahze Exp $ +# $MCom: ports/audio/sound-juicer/Makefile,v 1.53 2006/05/25 01:26:36 ahze Exp $ # PORTNAME= sound-juicer PORTVERSION= 2.15.2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -28,7 +28,7 @@ USE_GMAKE= yes INSTALLS_OMF= yes USE_GNOME= gnomehack intlhack gnomeprefix libgnomeui nautiluscdburner \ gnomedocutils -USE_GSTREAMER= cdparanoia vorbis flac gconf +USE_GSTREAMER= cdparanoia vorbis flac gconf good GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-ignore-missing-cd INSTALLS_ICONS= yes |