diff options
author | naddy <naddy@FreeBSD.org> | 2013-05-22 23:29:09 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2013-05-22 23:29:09 +0800 |
commit | 57c19df310db5dbc1d46471e258709a7c26fa1dd (patch) | |
tree | 5328e24522d49c8d1500768d32648d40d8d9b9c9 /audio/libvorbis | |
parent | 3dbec3ddff9a38fc5e01ead9318a05e6f24930bc (diff) | |
download | freebsd-ports-gnome-57c19df310db5dbc1d46471e258709a7c26fa1dd.tar.gz freebsd-ports-gnome-57c19df310db5dbc1d46471e258709a7c26fa1dd.tar.zst freebsd-ports-gnome-57c19df310db5dbc1d46471e258709a7c26fa1dd.zip |
Minor cleanup.
Diffstat (limited to 'audio/libvorbis')
-rw-r--r-- | audio/libvorbis/Makefile | 4 | ||||
-rw-r--r-- | audio/libvorbis/pkg-descr | 2 |
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/ |