aboutsummaryrefslogtreecommitdiff
path: root/audio/gnome-media/Makefile
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2009-08-24 01:13:51 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2009-08-24 01:13:51 +0000
commitd0230c34f67a6928f3de79f6ed6313b4d487c6f2 (patch)
tree31d74ccf5da6de47df06315c24d77d67677a94c7 /audio/gnome-media/Makefile
parent526980c9d7951e085d709c56712f2f5cbf23608f (diff)
downloadports-d0230c34f67a6928f3de79f6ed6313b4d487c6f2.tar.gz
ports-d0230c34f67a6928f3de79f6ed6313b4d487c6f2.zip
Notes
Diffstat (limited to 'audio/gnome-media/Makefile')
-rw-r--r--audio/gnome-media/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/audio/gnome-media/Makefile b/audio/gnome-media/Makefile
index 5583f35b16c0..d92ba4fc4c55 100644
--- a/audio/gnome-media/Makefile
+++ b/audio/gnome-media/Makefile
@@ -8,7 +8,7 @@
PORTNAME= gnome-media
PORTVERSION= 2.26.0
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= audio gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
@@ -45,8 +45,10 @@ OPTIONS= ESOUND "Enable the EsounD module" on \
.if defined(WITH_ESOUND)
USE_GSTREAMER+= esound
PLIST_SUB+= VUMETER=""
+CONFIGURE_ARGS+=--enable-gstmix
+GCONF_SCHEMAS+= gnome-volume-control.schemas
.else
-CONFIGURE_ARGS+=--disable-esound --disable-esdtest
+CONFIGURE_ARGS+=--disable-esound --disable-esdtest --disable-gstmix
PLIST_SUB+= VUMETER="@comment "
.endif
@@ -61,9 +63,7 @@ CONFIGURE_ARGS+=--disable-pulse
.endif
post-patch:
- @${REINPLACE_CMD} -e 's|[$$][(]CDROM_HOST[)]|freebsd|g' \
- ${WRKSRC}/gnome-cd/Makefile.in
- @${REINPLACE_CMD} -e 's|acd0c|acd0|g ; s|== "xyes|= "xyes|g' \
+ @${REINPLACE_CMD} -e 's|== "xyes|= "xyes|g' \
${WRKSRC}/configure
.include <bsd.port.post.mk>