summaryrefslogtreecommitdiff
path: root/audio/libvorbis
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2013-05-22 15:29:09 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2013-05-22 15:29:09 +0000
commite882a6e060819272a61df6a96dec3802a9b7985b (patch)
tree5328e24522d49c8d1500768d32648d40d8d9b9c9 /audio/libvorbis
parent* Update to 1.3.1: Guard against very large packets. (diff)
Minor cleanup.
Notes
Notes: svn path=/head/; revision=318777
Diffstat (limited to 'audio/libvorbis')
-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/