diff options
author | olivierd <olivierd@FreeBSD.org> | 2012-12-26 17:35:02 +0800 |
---|---|---|
committer | olivierd <olivierd@FreeBSD.org> | 2012-12-26 17:35:02 +0800 |
commit | e83c4791a7a17a0e3dcc2d15d26d2e5f16f2977a (patch) | |
tree | 39774ebb429af7b681e71072bb6872ef8a64fce5 /audio | |
parent | aadd3dc4a36d3ae9cecc469008d7b000690cd5ba (diff) | |
download | freebsd-ports-gnome-e83c4791a7a17a0e3dcc2d15d26d2e5f16f2977a.tar.gz freebsd-ports-gnome-e83c4791a7a17a0e3dcc2d15d26d2e5f16f2977a.tar.zst freebsd-ports-gnome-e83c4791a7a17a0e3dcc2d15d26d2e5f16f2977a.zip |
xfce4-mixer needs multimedia/gstreamer-plugins-good to access any OSS devices.
PR: ports/174039
Submitted by: David Demelier <demelier.david_AT_gmail.com>
Approved by: rene, miwi (mentors, implicit)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/xfce4-mixer/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/xfce4-mixer/Makefile b/audio/xfce4-mixer/Makefile index f6e098efc1af..b2013e9e28b4 100644 --- a/audio/xfce4-mixer/Makefile +++ b/audio/xfce4-mixer/Makefile @@ -4,7 +4,7 @@ PORTNAME= xfce4-mixer PORTVERSION= 4.10.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio xfce MASTER_SITES= ${MASTER_SITE_XFCE} MASTER_SITE_SUBDIR= src/apps/${PORTNAME}/${PORTVERSION:R} @@ -24,7 +24,7 @@ USE_GMAKE= yes USE_GNOME= gnomehack glib20 gtk20 intltool intlhack desktopfileutils USE_XFCE= configenv libmenu libutil panel xfconf USE_PKGCONFIG= build -USE_GSTREAMER= yes +USE_GSTREAMER= good MAKE_JOBS_UNSAFE= yes |