diff options
author | miwi <miwi@FreeBSD.org> | 2007-07-28 12:27:31 +0000 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-07-28 12:27:31 +0000 |
commit | 3b7f6c63f3d7cbab240d30b4a765c518bef208d4 (patch) | |
tree | f489e673d53345a1b3a0d01abd60b793baa8d924 /x11-fm | |
parent | 7448aec218630029a6f63dba3e8d2b5c0bee9c20 (diff) | |
download | FreeBSD-ports-3b7f6c63f3d7cbab240d30b4a765c518bef208d4.zip FreeBSD-ports-3b7f6c63f3d7cbab240d30b4a765c518bef208d4.tar.gz |
- Chase increase of audio/libvorbis shlib version.
- Bump PORTREVISION
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/evidence/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-fm/evidence/Makefile b/x11-fm/evidence/Makefile index 2d1eaab..78fb749 100644 --- a/x11-fm/evidence/Makefile +++ b/x11-fm/evidence/Makefile @@ -7,7 +7,7 @@ PORTNAME= evidence PORTVERSION= 0.9.8 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= x11-fm MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -91,7 +91,7 @@ PLIST_SUB+= ID3:="" CONFIGURE_ARGS+=--disable-plugin-vorbis PLIST_SUB+= VORBIS:="@comment " .else -LIB_DEPENDS+= vorbis.3:${PORTSDIR}/audio/libvorbis +LIB_DEPENDS+= vorbis.4:${PORTSDIR}/audio/libvorbis CONFIGURE_ARGS+=--enable-plugin-vorbis PLIST_SUB+= VORBIS:="" .endif |