diff options
author | Olivier Duchateau <olivierd@FreeBSD.org> | 2013-05-08 16:05:21 +0000 |
---|---|---|
committer | Olivier Duchateau <olivierd@FreeBSD.org> | 2013-05-08 16:05:21 +0000 |
commit | edee314615bd46f5757d9ff74619b24c367f146b (patch) | |
tree | c26ffb804332112a7d1e11a92de398c5b69a2462 /multimedia | |
parent | e869b98462f3f85b6c2164bc0028a59b4d2af597 (diff) | |
download | ports-edee314615bd46f5757d9ff74619b24c367f146b.tar.gz ports-edee314615bd46f5757d9ff74619b24c367f146b.zip |
Notes
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/xfce4-media/Makefile | 2 | ||||
-rw-r--r-- | multimedia/xfce4-parole/Makefile | 2 | ||||
-rw-r--r-- | multimedia/xfce4-xmms-plugin/Makefile | 6 |
3 files changed, 5 insertions, 5 deletions
diff --git a/multimedia/xfce4-media/Makefile b/multimedia/xfce4-media/Makefile index 3f40131227ad..aa871bfea84c 100644 --- a/multimedia/xfce4-media/Makefile +++ b/multimedia/xfce4-media/Makefile @@ -3,7 +3,7 @@ PORTNAME= xfce4-media PORTVERSION= 0.9.2 -PORTREVISION= 27 +PORTREVISION= 28 CATEGORIES= multimedia xfce MASTER_SITES= http://spuriousinterrupt.org/files/xfmedia/ DISTNAME= xfmedia-${PORTVERSION} diff --git a/multimedia/xfce4-parole/Makefile b/multimedia/xfce4-parole/Makefile index 30bef4e5ba20..2a2f2180f095 100644 --- a/multimedia/xfce4-parole/Makefile +++ b/multimedia/xfce4-parole/Makefile @@ -3,7 +3,7 @@ PORTNAME= parole PORTVERSION= 0.5.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia xfce MASTER_SITES= XFCE/src/apps/${PORTNAME}/${PORTVERSION:R}/ DIST_SUBDIR= xfce4 diff --git a/multimedia/xfce4-xmms-plugin/Makefile b/multimedia/xfce4-xmms-plugin/Makefile index ac67b5b6eb95..8e119cc1033d 100644 --- a/multimedia/xfce4-xmms-plugin/Makefile +++ b/multimedia/xfce4-xmms-plugin/Makefile @@ -3,7 +3,7 @@ PORTNAME= xfce4-xmms-plugin PORTVERSION= 0.5.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= multimedia audio xfce MASTER_SITES= ${MASTER_SITE_XFCE} MASTER_SITE_SUBDIR=/src/panel-plugins/${PORTNAME}/${PORTVERSION:R} @@ -14,9 +14,9 @@ COMMENT= Xfce4 XMMS control plugin for xfce4-panel GNU_CONFIGURE= yes USE_BZIP2= yes -USES= gettext +USES= gettext pathfix USE_GMAKE= yes -USE_GNOME= gtk20 intltool intlhack pango pkgconfig +USE_GNOME= gtk20 intltool intlhack pango USE_XFCE= configenv libgui libutil panel OPTIONS_DEFINE= XMMS BEEP AUDACIOUS |