Date: Tue, 3 Sep 2013 19:31:29 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326205 - head/audio/libfishsound Message-ID: <201309031931.r83JVTxN062079@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Tue Sep 3 19:31:29 2013 New Revision: 326205 URL: http://svnweb.freebsd.org/changeset/ports/326205 Log: - Convert to new LIB_DEPENDS format - Move PORTDOCS upward Modified: head/audio/libfishsound/Makefile Modified: head/audio/libfishsound/Makefile ============================================================================== --- head/audio/libfishsound/Makefile Tue Sep 3 19:21:45 2013 (r326204) +++ head/audio/libfishsound/Makefile Tue Sep 3 19:31:29 2013 (r326205) @@ -13,21 +13,22 @@ COMMENT= Programing interface to decode/ LICENSE= BSD -LIB_DEPENDS= FLAC:${PORTSDIR}/audio/flac \ - speex:${PORTSDIR}/audio/speex \ - vorbis:${PORTSDIR}/audio/libvorbis +LIB_DEPENDS= libFLAC.so:${PORTSDIR}/audio/flac \ + libspeex.so:${PORTSDIR}/audio/speex \ + libvorbis.so:${PORTSDIR}/audio/libvorbis OPTIONS_DEFINE= DOCS DOXYGEN GNU_CONFIGURE= yes -USES= pathfix pkgconfig USE_LDCONFIG= yes +USES= pathfix pkgconfig + +PORTDOCS= * .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDOCS} && ${PORT_OPTIONS:MDOXYGEN} BUILD_DEPENDS+= ${LOCALBASE}/bin/doxygen:${PORTSDIR}/devel/doxygen -PORTDOCS= * .endif post-patch:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309031931.r83JVTxN062079>