diff options
author | oliver <oliver@FreeBSD.org> | 2011-03-03 18:12:30 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2011-03-03 18:12:30 +0800 |
commit | 7ff1c4cb8c83dff358b2436d45585884198de8ea (patch) | |
tree | d8e1daded94c8d8c158174d76db16a83ba721cf2 /multimedia/xfce4-media | |
parent | 86f7eb748cfe0d1d967854ecc353ccd1e142cbfd (diff) | |
download | freebsd-ports-graphics-7ff1c4cb8c83dff358b2436d45585884198de8ea.tar.gz freebsd-ports-graphics-7ff1c4cb8c83dff358b2436d45585884198de8ea.tar.zst freebsd-ports-graphics-7ff1c4cb8c83dff358b2436d45585884198de8ea.zip |
Welcome XFCE 4.8 to the portstree!
Special Thanks to: miwi, Olivier Duchateau <duchateau.olivier@gmail.com>
Diffstat (limited to 'multimedia/xfce4-media')
-rw-r--r-- | multimedia/xfce4-media/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/multimedia/xfce4-media/Makefile b/multimedia/xfce4-media/Makefile index 9d8b5f20c1e..097d364d729 100644 --- a/multimedia/xfce4-media/Makefile +++ b/multimedia/xfce4-media/Makefile @@ -7,7 +7,7 @@ PORTNAME= xfce4-media PORTVERSION= 0.9.2 -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= multimedia xfce MASTER_SITES= http://spuriousinterrupt.org/files/xfmedia/ DISTNAME= xfmedia-${PORTVERSION} @@ -18,6 +18,8 @@ COMMENT= Lightweight media player for Xfce4 based on the xine engine LIB_DEPENDS= xine.1:${PORTSDIR}/multimedia/libxine +BROKEN= Does not work with xfce 4.8 + GNU_CONFIGURE= yes INSTALLS_ICONS= yes USE_BZIP2= yes |