svn commit: r318777 - head/audio/libvorbis
Chris Rees
utisoft at gmail.com
Wed May 22 18:06:06 UTC 2013
On 22 May 2013 16:29, "Christian Weisgerber" <naddy at freebsd.org> wrote:
>
> Author: naddy
> Date: Wed May 22 15:29:09 2013
> New Revision: 318777
> URL: http://svnweb.freebsd.org/changeset/ports/318777
>
> Log:
> Minor cleanup.
>
> Modified:
> head/audio/libvorbis/Makefile
> head/audio/libvorbis/pkg-descr
>
> Modified: head/audio/libvorbis/Makefile
>
==============================================================================
> --- head/audio/libvorbis/Makefile Wed May 22 15:25:39 2013
(r318776)
> +++ head/audio/libvorbis/Makefile Wed May 22 15:29:09 2013
(r318777)
> @@ -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
Please don't do this; no-one needs an OPTIONS dialog jumping up for
something that should be set globally.
You don't need DOCS, EXAMPLES, or NLS in OPTIONS_DEFINE if they're the only
ones used by the port.
Chris
More information about the svn-ports-all
mailing list