diff options
Diffstat (limited to 'audio/xfce4-mixer/Makefile')
-rw-r--r-- | audio/xfce4-mixer/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/audio/xfce4-mixer/Makefile b/audio/xfce4-mixer/Makefile index 0d4ce5f8c554..833d4532616e 100644 --- a/audio/xfce4-mixer/Makefile +++ b/audio/xfce4-mixer/Makefile @@ -3,24 +3,24 @@ PORTNAME= xfce4-mixer PORTVERSION= 4.10.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio xfce MASTER_SITES= ${MASTER_SITE_XFCE} MASTER_SITE_SUBDIR= src/apps/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org -COMMENT= A volume control for the Xfce desktop +COMMENT= Volume control for the Xfce desktop LIB_DEPENDS= dbus-glib-1:${PORTSDIR}/devel/dbus-glib \ unique-1:${PORTSDIR}/x11-toolkits/unique GNU_CONFIGURE= yes INSTALLS_ICONS= yes -USES= pkgconfig gettext +USES= pkgconfig gettext pathfix USE_BZIP2= yes USE_GMAKE= yes -USE_GNOME= gnomehack glib20 gtk20 intltool intlhack desktopfileutils +USE_GNOME= glib20 gtk20 intltool intlhack USE_XFCE= configenv libmenu libutil panel xfconf USE_GSTREAMER= good @@ -47,7 +47,4 @@ post-patch: 's|(pkgdatadir)/icons|(datadir)/icons| ; \ s|pixmaps/xfce4-mixer|pixmaps|' -post-install: - @-update-desktop-database - .include <bsd.port.mk> |