diff options
author | Olivier Duchateau <olivierd@FreeBSD.org> | 2014-01-30 00:17:10 +0800 |
---|---|---|
committer | Olivier Duchateau <olivierd@FreeBSD.org> | 2014-01-30 00:17:10 +0800 |
commit | e8d17e5c0e7321726896052f7503384958c1ee16 (patch) | |
tree | 244d9e283a941c3914a8623193b48d261b06872c /multimedia | |
parent | 528736998d2d84a1fc3df12c3cfabdb4fc0a3d04 (diff) | |
download | freebsd-ports-gnome-e8d17e5c0e7321726896052f7503384958c1ee16.tar.gz freebsd-ports-gnome-e8d17e5c0e7321726896052f7503384958c1ee16.tar.zst freebsd-ports-gnome-e8d17e5c0e7321726896052f7503384958c1ee16.zip |
- Support STAGEDIR
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/xfce4-xmms-plugin/Makefile | 7 | ||||
-rw-r--r-- | multimedia/xfce4-xmms-plugin/pkg-descr | 3 |
2 files changed, 4 insertions, 6 deletions
diff --git a/multimedia/xfce4-xmms-plugin/Makefile b/multimedia/xfce4-xmms-plugin/Makefile index 80110f71d8cc..edd8a914243b 100644 --- a/multimedia/xfce4-xmms-plugin/Makefile +++ b/multimedia/xfce4-xmms-plugin/Makefile @@ -14,7 +14,7 @@ COMMENT= Xfce4 XMMS control plugin for xfce4-panel GNU_CONFIGURE= yes USE_BZIP2= yes -USES= gettext pathfix gmake pkgconfig +USES= gettext gmake pkgconfig USE_GNOME= gtk20 intltool intlhack pango USE_XFCE= configenv libgui libutil panel @@ -24,8 +24,7 @@ XMMS_DESC= xmms support BEEP_DESC= beep-media-player support AUDACIOUS_DESC= audacious support -NO_STAGE= yes -.include <bsd.port.pre.mk> +.include <bsd.port.options.mk> .if ${PORT_OPTIONS:MBEEP} RUN_DEPENDS+= beep-media-player:${PORTSDIR}/multimedia/beep-media-player @@ -42,4 +41,4 @@ RUN_DEPENDS+= audacious2:${PORTSDIR}/multimedia/audacious post-patch: @${REINPLACE_CMD} -e 's|== x|= x|g' ${WRKSRC}/configure -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/multimedia/xfce4-xmms-plugin/pkg-descr b/multimedia/xfce4-xmms-plugin/pkg-descr index 72192a19fcdd..e3cbc7635899 100644 --- a/multimedia/xfce4-xmms-plugin/pkg-descr +++ b/multimedia/xfce4-xmms-plugin/pkg-descr @@ -1,4 +1,3 @@ -Xfce 4 XMMS control module for xfce4-panel. +xfce4-xmms-plugin lets user control XMMS or Audacious players. -Author: Patrick van Staveren <pvanstav@cs.wmich.edu> WWW: http://goodies.xfce.org/projects/panel-plugins/xfce4-xmms-plugin |