diff options
author | miwi <miwi@FreeBSD.org> | 2007-07-28 20:27:31 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-07-28 20:27:31 +0800 |
commit | 3b7f6c63f3d7cbab240d30b4a765c518bef208d4 (patch) | |
tree | f489e673d53345a1b3a0d01abd60b793baa8d924 /multimedia/libxine/Makefile | |
parent | 7448aec218630029a6f63dba3e8d2b5c0bee9c20 (diff) | |
download | freebsd-ports-gnome-3b7f6c63f3d7cbab240d30b4a765c518bef208d4.tar.gz freebsd-ports-gnome-3b7f6c63f3d7cbab240d30b4a765c518bef208d4.tar.zst freebsd-ports-gnome-3b7f6c63f3d7cbab240d30b4a765c518bef208d4.zip |
- Chase increase of audio/libvorbis shlib version.
- Bump PORTREVISION
Diffstat (limited to 'multimedia/libxine/Makefile')
-rw-r--r-- | multimedia/libxine/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/libxine/Makefile b/multimedia/libxine/Makefile index 5722d4539d6e..31c711df79ce 100644 --- a/multimedia/libxine/Makefile +++ b/multimedia/libxine/Makefile @@ -7,6 +7,7 @@ PORTNAME= xine PORTVERSION= 1.1.7 +PORTREVISION= 1 CATEGORIES= multimedia ipv6 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -17,7 +18,7 @@ MAINTAINER= nobutaka@FreeBSD.org COMMENT= Libraries for xine multimedia player LIB_DEPENDS= FLAC.7:${PORTSDIR}/audio/flac \ - vorbis.3:${PORTSDIR}/audio/libvorbis \ + vorbis.4:${PORTSDIR}/audio/libvorbis \ speex.1:${PORTSDIR}/audio/speex \ mng.1:${PORTSDIR}/graphics/libmng \ png.5:${PORTSDIR}/graphics/png \ |