aboutsummaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorOlivier Duchateau <olivierd@FreeBSD.org>2012-12-14 17:45:10 +0000
committerOlivier Duchateau <olivierd@FreeBSD.org>2012-12-14 17:45:10 +0000
commit90a981a1f2840768e999d0c0629372ebcc58c4aa (patch)
tree30f119325059641d124a766790df3178f49e3390 /multimedia
parent10fbaa934ce57efc1bb7380b1bea17ffc8e5be8f (diff)
downloadports-90a981a1f2840768e999d0c0629372ebcc58c4aa.tar.gz
ports-90a981a1f2840768e999d0c0629372ebcc58c4aa.zip
Notes
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/xfce4-media/Makefile13
1 files changed, 7 insertions, 6 deletions
diff --git a/multimedia/xfce4-media/Makefile b/multimedia/xfce4-media/Makefile
index 4965821c2055..2e0c31b28ee6 100644
--- a/multimedia/xfce4-media/Makefile
+++ b/multimedia/xfce4-media/Makefile
@@ -3,7 +3,7 @@
PORTNAME= xfce4-media
PORTVERSION= 0.9.2
-PORTREVISION= 25
+PORTREVISION= 26
CATEGORIES= multimedia xfce
MASTER_SITES= http://spuriousinterrupt.org/files/xfmedia/
DISTNAME= xfmedia-${PORTVERSION}
@@ -12,16 +12,17 @@ DIST_SUBDIR= xfce4
MAINTAINER= xfce@FreeBSD.org
COMMENT= Lightweight media player for Xfce4 based on the xine engine
-LIB_DEPENDS= xine.2:${PORTSDIR}/multimedia/libxine
+LIB_DEPENDS= xine:${PORTSDIR}/multimedia/libxine
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
USE_BZIP2= yes
USE_GETTEXT= yes
USE_GMAKE= yes
-USE_GNOME= glib20 gnomehack gtk20 intltool intlhack pkgconfig
+USE_GNOME= glib20 gnomehack gtk20 intltool intlhack
USE_XFCE= configenv libexo libgui libutil panel
USE_XORG= x11 sm
+USE_PKGCONFIG= build
OPTIONS_DEFINE= TAGLIB DBUS STARTUP
OPTIONS_DEFAULT= DBUS STARTUP
@@ -32,21 +33,21 @@ STARTUP_DESC= startup notification support
.include <bsd.port.pre.mk>
.if ${PORT_OPTIONS:MTABLIB}
-LIB_DEPENDS+= tag.1:${PORTSDIR}/audio/taglib
+LIB_DEPENDS+= tag:${PORTSDIR}/audio/taglib
CONFIGURE_ARGS+=--with-taglib
.else
CONFIGURE_ARGS+=--without-taglib
.endif
.if ${PORT_OPTIONS:MDBUS}
-LIB_DEPENDS+= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib
+LIB_DEPENDS+= dbus-glib-1:${PORTSDIR}/devel/dbus-glib
CONFIGURE_ARGS+=--enable-dbus
.else
CONFIGURE_ARGS+=--disable-dbus
.endif
.if ${PORT_OPTIONS:MSTARTUP}
-LIB_DEPENDS+= startup-notification-1.0:${PORTSDIR}/x11/startup-notification
+LIB_DEPENDS+= startup-notification-1:${PORTSDIR}/x11/startup-notification
CONFIGURE_ARGS+=--enable-startup-notification
.else
CONFIGURE_ARGS+=--disable-startup-notification