svn commit: r329339 - head/audio/gkrellmms2

Baptiste Daroussin bapt at FreeBSD.org
Fri Oct 4 16:55:47 UTC 2013


On Fri, Oct 04, 2013 at 04:46:11PM +0000, Hajimu UMEMOTO wrote:
> Author: ume
> Date: Fri Oct  4 16:46:10 2013
> New Revision: 329339
> URL: http://svnweb.freebsd.org/changeset/ports/329339
> 
> Log:
>   - enable stage.
>   - use opt_LIB_DEPENDS.
> 
> Modified:
>   head/audio/gkrellmms2/Makefile
> 
> Modified: head/audio/gkrellmms2/Makefile
> ==============================================================================
> --- head/audio/gkrellmms2/Makefile	Fri Oct  4 16:44:16 2013	(r329338)
> +++ head/audio/gkrellmms2/Makefile	Fri Oct  4 16:46:10 2013	(r329339)
> @@ -24,7 +24,6 @@ PLIST_FILES=	libexec/gkrellm2/plugins/gk
>  		share/locale/ru/LC_MESSAGES/gkrellmms.mo
>  
>  USES=		gmake pkgconfig
> -NO_STAGE=	yes
>  
>  MAKE_ENV+=	PLUGIN_DIR=${PREFIX}/libexec/gkrellm2/plugins \
>  		LOCALEDIR=${PREFIX}/share/locale \
> @@ -34,15 +33,17 @@ OPTIONS_SINGLE=		PLAYER
>  OPTIONS_SINGLE_PLAYER=	BMP XMMS
>  OPTIONS_DEFAULT=	XMMS
>  BMP_DESC=		Use Beep Media Player
> +BMP_LIB_DEPENDS=	libbeep.so:${PORTSDIR}/multimedia/beep-media-player
>  XMMS_DESC=		Use XMMS
> +XMMS_LIB_DEPENDS=	libxmms.so:${PORTSDIR}/multimedia/xmms
>  
>  .include <bsd.port.options.mk>
>  
>  .if ${PORT_OPTIONS:MBMP}
> -LIB_DEPENDS=	beep.2:${PORTSDIR}/multimedia/beep-media-player
>  MAKE_ENV+=	USE_BMP=yes

BMP_MAKE_ENV=	USE_BMP=yes and you can remove the whole block and the
bsd.port.options.mk include as well :)

regards,
Bapt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-head/attachments/20131004/42e5ef94/attachment.sig>


More information about the svn-ports-head mailing list