summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--audio/vorbis-tools/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/audio/vorbis-tools/Makefile b/audio/vorbis-tools/Makefile
index a013ac4a8c79..c4dfbb33ed61 100644
--- a/audio/vorbis-tools/Makefile
+++ b/audio/vorbis-tools/Makefile
@@ -1,6 +1,6 @@
PORTNAME= vorbis-tools
PORTVERSION= 1.4.2
-PORTREVISION= 1
+PORTREVISION= 2
PORTEPOCH= 3
CATEGORIES= audio
MASTER_SITES= https://downloads.xiph.org/releases/vorbis/
@@ -15,18 +15,16 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libao.so:audio/libao \
libcurl.so:ftp/curl \
libFLAC.so:audio/flac \
- libkate.so:multimedia/libkate \
libogg.so:audio/libogg \
libopusfile.so:audio/opusfile \
libspeex.so:audio/speex \
libvorbis.so:audio/libvorbis
-USES= cpe iconv pkgconfig
+USES= cpe iconv localbase:ldflags pkgconfig
CPE_VENDOR= xiph
GNU_CONFIGURE= yes
CONFIGURE_ENV= PTHREAD_LIBS="-lpthread"
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
+CONFIGURE_ARGS= --without-kate
OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes