diff options
author | olivierd <olivierd@FreeBSD.org> | 2012-12-15 01:45:10 +0800 |
---|---|---|
committer | olivierd <olivierd@FreeBSD.org> | 2012-12-15 01:45:10 +0800 |
commit | b2e2f92b79cc792cfed2e82c83243413f98941c0 (patch) | |
tree | 30f119325059641d124a766790df3178f49e3390 /multimedia | |
parent | 045251ff78bd388c6968fb3d1df1684c1dc3e5d1 (diff) | |
download | freebsd-ports-gnome-b2e2f92b79cc792cfed2e82c83243413f98941c0.tar.gz freebsd-ports-gnome-b2e2f92b79cc792cfed2e82c83243413f98941c0.tar.zst freebsd-ports-gnome-b2e2f92b79cc792cfed2e82c83243413f98941c0.zip |
Bump PORTREVISION for libexo-related ports
While here,
- Trim header
- Use USE_PKGCONFIG
- Remove ABI version numbers from LIB_DEPENDS
Approved by: rene, miwi (mentors, implicit)
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/xfce4-media/Makefile | 13 |
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 |