summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--audio/libvorbis/Makefile4
-rw-r--r--audio/libvorbis/pkg-descr2
2 files changed, 4 insertions, 2 deletions
diff --git a/audio/libvorbis/Makefile b/audio/libvorbis/Makefile
index c6e659674561..7a78e7a6ffc2 100644
--- a/audio/libvorbis/Makefile
+++ b/audio/libvorbis/Makefile
@@ -13,8 +13,8 @@ COMMENT= Audio compression codec library
LIB_DEPENDS= ogg:${PORTSDIR}/audio/libogg
+USES= pathfix
USE_AUTOTOOLS= libtool
-USES= pathfix
USE_LDCONFIG= yes
USE_XZ= yes
@@ -23,6 +23,8 @@ CONFIGURE_ARGS= --with-ogg=${LOCALBASE} \
--disable-docs # don't rebuild
MAKE_JOBS_SAFE= yes
+OPTIONS_DEFINE= DOCS
+
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MDOCS}
diff --git a/audio/libvorbis/pkg-descr b/audio/libvorbis/pkg-descr
index 67c411defae8..6dde4d52ffc0 100644
--- a/audio/libvorbis/pkg-descr
+++ b/audio/libvorbis/pkg-descr
@@ -18,4 +18,4 @@ This package contains:
- libvorbisenc, a BSD-license library that provides a simple,
programmatic encoding setup interface.
-WWW: http://www.xiph.org/vorbis/
+WWW: https://www.xiph.org/vorbis/