diff options
author | oliver <oliver@FreeBSD.org> | 2008-02-13 13:56:42 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2008-02-13 13:56:42 +0800 |
commit | 961891f1ab5e2fefaf215539151838b7e1bf0a59 (patch) | |
tree | b92fb513ae30407c5ff25a22a34c2570eb564bcc /multimedia/xfce4-media | |
parent | f417764978c691c45e862ba2bddf75321d91fa61 (diff) | |
download | freebsd-ports-gnome-961891f1ab5e2fefaf215539151838b7e1bf0a59.tar.gz freebsd-ports-gnome-961891f1ab5e2fefaf215539151838b7e1bf0a59.tar.zst freebsd-ports-gnome-961891f1ab5e2fefaf215539151838b7e1bf0a59.zip |
deskutils/orage/Makefile required ical.0 which should be
ical.27 because libical changed its name
PORTREVISION bump for multimedia/xfce4-media to pick up
the new libexo version
Submitted by: Rene Ladan <r.c.ladan@gmail.com>
Diffstat (limited to 'multimedia/xfce4-media')
-rw-r--r-- | multimedia/xfce4-media/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/multimedia/xfce4-media/Makefile b/multimedia/xfce4-media/Makefile index 22341f628c34..317853144f69 100644 --- a/multimedia/xfce4-media/Makefile +++ b/multimedia/xfce4-media/Makefile @@ -7,7 +7,7 @@ PORTNAME= xfce4-media PORTVERSION= 0.9.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= multimedia xfce MASTER_SITES= http://spuriousinterrupt.org/files/xfmedia/ DISTNAME= xfmedia-${PORTVERSION} @@ -16,8 +16,7 @@ DIST_SUBDIR= xfce4 MAINTAINER= r.c.ladan@gmail.com COMMENT= Lightweight media player for Xfce4 based on the xine engine -LIB_DEPENDS= xine.1:${PORTSDIR}/multimedia/libxine \ - exo-0.3:${PORTSDIR}/x11/libexo +LIB_DEPENDS= xine.1:${PORTSDIR}/multimedia/libxine GNU_CONFIGURE= yes INSTALLS_ICONS= yes |