diff options
author | nobutaka <nobutaka@FreeBSD.org> | 2006-12-08 01:17:44 +0800 |
---|---|---|
committer | nobutaka <nobutaka@FreeBSD.org> | 2006-12-08 01:17:44 +0800 |
commit | a6da16d2e7578e2b37e5fad4e210f5303ff9c3fd (patch) | |
tree | f323d57da86c5cadd1f5e082e1e73b613474e3bd /multimedia/xfce4-media | |
parent | ebf6c7399b298ae25439cfd86ad489aeb8192041 (diff) | |
download | freebsd-ports-gnome-a6da16d2e7578e2b37e5fad4e210f5303ff9c3fd.tar.gz freebsd-ports-gnome-a6da16d2e7578e2b37e5fad4e210f5303ff9c3fd.tar.zst freebsd-ports-gnome-a6da16d2e7578e2b37e5fad4e210f5303ff9c3fd.zip |
Sync with libxine shared library version bump.
Diffstat (limited to 'multimedia/xfce4-media')
-rw-r--r-- | multimedia/xfce4-media/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/xfce4-media/Makefile b/multimedia/xfce4-media/Makefile index ed555efa0dc5..c0bb522e1c1f 100644 --- a/multimedia/xfce4-media/Makefile +++ b/multimedia/xfce4-media/Makefile @@ -7,6 +7,7 @@ PORTNAME= xfce4-media PORTVERSION= 0.9.2 +PORTREVISION= 1 CATEGORIES= multimedia xfce MASTER_SITES= http://spuriousinterrupt.org/files/xfmedia/ DISTNAME= xfmedia-${PORTVERSION} @@ -17,7 +18,7 @@ COMMENT= Lightweight media player for Xfce4 based on the xine engine LIB_DEPENDS= xfcegui4.3:${PORTSDIR}/x11-toolkits/libxfce4gui \ startup-notification-1.0:${PORTSDIR}/x11/startup-notification \ - xine.15:${PORTSDIR}/multimedia/libxine \ + xine.16:${PORTSDIR}/multimedia/libxine \ exo-0.3.0:${PORTSDIR}/x11/libexo OPTIONS= TAGLIB "Enable metadata editing" off \ |