diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-07-28 12:27:31 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-07-28 12:27:31 +0000 |
commit | 605b51623904901c5be12539309f2345d1751741 (patch) | |
tree | 698a951c5110d6765f602f134f00403efbe3a817 /x11-fm | |
parent | 7a58a475e7bd926d065dab0f108b18a67af0906b (diff) |
Notes
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 2d1eaabc945c..78fb7498df36 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 |