diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2009-03-02 16:51:57 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2009-03-02 16:51:57 +0000 |
commit | 395f5a4663fa4199738c47657facbf79c5835dbd (patch) | |
tree | b041405e6daaf431accdd59687256a169537b115 /audio/xfce4-mixer/Makefile | |
parent | 38dccd590b9f56ec8c234bf9b013edd5ffb86d7c (diff) | |
download | ports-395f5a4663fa4199738c47657facbf79c5835dbd.tar.gz ports-395f5a4663fa4199738c47657facbf79c5835dbd.zip |
Notes
Diffstat (limited to 'audio/xfce4-mixer/Makefile')
-rw-r--r-- | audio/xfce4-mixer/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/audio/xfce4-mixer/Makefile b/audio/xfce4-mixer/Makefile index 20490f92ad70..5b531272b917 100644 --- a/audio/xfce4-mixer/Makefile +++ b/audio/xfce4-mixer/Makefile @@ -6,8 +6,7 @@ # PORTNAME= xfce4-mixer -PORTVERSION= 4.4.3 -PORTREVISION= 0 +PORTVERSION= 4.6.0 CATEGORIES= audio xfce MASTER_SITES= ${MASTER_SITE_XFCE} DIST_SUBDIR= xfce4 @@ -15,13 +14,16 @@ DIST_SUBDIR= xfce4 MAINTAINER= oliver@FreeBSD.org COMMENT= XFce 4 volume mixer module for xfce4-panel +BUILD_DEPENDS+= gstreamer-plugins-good>=0.10.22:${PORTSDIR}/multimedia/gstreamer-plugins-good +RUN_DEPENDS+= gstreamer-plugins-good>=0.10.22:${PORTSDIR}/multimedia/gstreamer-plugins-good + GNU_CONFIGURE= yes INSTALLS_ICONS= yes USE_BZIP2= yes USE_GETTEXT= yes USE_GMAKE= yes USE_GNOME= gnometarget gtk20 intltool intlhack libxml2 pkgconfig -USE_XFCE= configenv libgui libmcs libutil mcsmanager panel +USE_XFCE= configenv libgui libutil panel xfconf USE_XORG= xproto x11 xrender xext xinerama xrandr xcursor xcomposite \ xdamage xfixes xi xau xdmcp |