svn commit: r326205 - head/audio/libfishsound
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Tue Sep 3 19:31:30 UTC 2013
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:
More information about the svn-ports-all
mailing list