aboutsummaryrefslogtreecommitdiff
path: root/audio/xfce4-mixer/Makefile
diff options
context:
space:
mode:
authorOlivier Duchateau <olivierd@FreeBSD.org>2013-05-08 16:05:21 +0000
committerOlivier Duchateau <olivierd@FreeBSD.org>2013-05-08 16:05:21 +0000
commitedee314615bd46f5757d9ff74619b24c367f146b (patch)
treec26ffb804332112a7d1e11a92de398c5b69a2462 /audio/xfce4-mixer/Makefile
parente869b98462f3f85b6c2164bc0028a59b4d2af597 (diff)
downloadports-edee314615bd46f5757d9ff74619b24c367f146b.tar.gz
ports-edee314615bd46f5757d9ff74619b24c367f146b.zip
Notes
Diffstat (limited to 'audio/xfce4-mixer/Makefile')
-rw-r--r--audio/xfce4-mixer/Makefile11
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>