diff options
author | pav <pav@FreeBSD.org> | 2006-01-30 05:54:11 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-01-30 05:54:11 +0800 |
commit | 3ca4696f008b5c5a357ae887edd4eab3c866935c (patch) | |
tree | 41aefc97b8aebcc560f9ae2ea66d5296a58a097e /multimedia/xfce4-media/Makefile | |
parent | dab1b1258daf0c2695b151031a556148bcb10d20 (diff) | |
download | freebsd-ports-gnome-3ca4696f008b5c5a357ae887edd4eab3c866935c.tar.gz freebsd-ports-gnome-3ca4696f008b5c5a357ae887edd4eab3c866935c.tar.zst freebsd-ports-gnome-3ca4696f008b5c5a357ae887edd4eab3c866935c.zip |
- Chase libxine dependency
PR: ports/92392
Reported by: mike jakubik <mikej@rogers.com>
- Update to 0.9.1
Diffstat (limited to 'multimedia/xfce4-media/Makefile')
-rw-r--r-- | multimedia/xfce4-media/Makefile | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/multimedia/xfce4-media/Makefile b/multimedia/xfce4-media/Makefile index 16efd217cea4..b05eb9bdffc5 100644 --- a/multimedia/xfce4-media/Makefile +++ b/multimedia/xfce4-media/Makefile @@ -6,8 +6,7 @@ # PORTNAME= Xfce4-media -PORTVERSION= 0.6.0 -PORTREVISION= 4 +PORTVERSION= 0.9.1 CATEGORIES= multimedia xfce MASTER_SITES= http://spuriousinterrupt.org/files/xfmedia/ DISTNAME= xfmedia-${PORTVERSION} @@ -18,14 +17,17 @@ 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.13:${PORTSDIR}/multimedia/libxine + xine.15:${PORTSDIR}/multimedia/libxine \ + exo-0.3.0:${PORTSDIR}/x11/libexo USE_BZIP2= yes USE_GETOPT_LONG=yes -USE_GNOME= libxml2 +USE_GMAKE= yes +USE_GNOME= libxml2 intlhack USE_AUTOTOOLS= libtool:15 USE_X_PREFIX= yes -USE_REINPLACE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" INSTALLS_SHLIB= yes |