diff options
author | nox <nox@FreeBSD.org> | 2013-02-09 06:12:17 +0800 |
---|---|---|
committer | nox <nox@FreeBSD.org> | 2013-02-09 06:12:17 +0800 |
commit | 0111bfe55936b9418798eb272d34d62d4c0c6b86 (patch) | |
tree | a0336c4918c36c6c49df91abdb57e4659d78d986 /multimedia | |
parent | b066097402bc9bfac06633f5ceb63d0654f98ad8 (diff) | |
download | freebsd-ports-gnome-0111bfe55936b9418798eb272d34d62d4c0c6b86.tar.gz freebsd-ports-gnome-0111bfe55936b9418798eb272d34d62d4c0c6b86.tar.zst freebsd-ports-gnome-0111bfe55936b9418798eb272d34d62d4c0c6b86.zip |
- Add missing deps.
- Bump PORTVERSION.
PR: ports/175968
Submitted by: pawel
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/libxine/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/multimedia/libxine/Makefile b/multimedia/libxine/Makefile index 8aca86d21c6c..f3e28a4d48be 100644 --- a/multimedia/libxine/Makefile +++ b/multimedia/libxine/Makefile @@ -3,7 +3,7 @@ PORTNAME= xine PORTVERSION= 1.2.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia ipv6 MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-lib/${PORTVERSION} PKGNAMEPREFIX= lib @@ -13,6 +13,7 @@ MAINTAINER= nox@FreeBSD.org COMMENT= Libraries for xine multimedia player LIB_DEPENDS= FLAC:${PORTSDIR}/audio/flac \ + a52:${PORTSDIR}/audio/liba52 \ vorbis:${PORTSDIR}/audio/libvorbis \ speex:${PORTSDIR}/audio/speex \ mng:${PORTSDIR}/graphics/libmng \ @@ -42,7 +43,7 @@ GNU_CONFIGURE= yes WANT_GNOME= yes USE_GNOME= gnomehack USE_GMAKE= yes -USE_XORG= x11 xv xinerama +USE_XORG= sm x11 xv xinerama USE_GL= gl glu USE_PERL5_BUILD=yes USE_SDL= sdl |