aboutsummaryrefslogtreecommitdiffstats
path: root/audio/libfishsound
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2013-09-04 03:31:29 +0800
committersunpoet <sunpoet@FreeBSD.org>2013-09-04 03:31:29 +0800
commitfba272816ac33781b5d713cce7b8accdf9b8777a (patch)
tree42bc34dcf6b71b3e973d8c1c6aa6a49b51239a39 /audio/libfishsound
parent3da9fdbbe93098dd14bdb8b62f536decfe54675a (diff)
downloadfreebsd-ports-gnome-fba272816ac33781b5d713cce7b8accdf9b8777a.tar.gz
freebsd-ports-gnome-fba272816ac33781b5d713cce7b8accdf9b8777a.tar.zst
freebsd-ports-gnome-fba272816ac33781b5d713cce7b8accdf9b8777a.zip
- Convert to new LIB_DEPENDS format
- Move PORTDOCS upward
Diffstat (limited to 'audio/libfishsound')
-rw-r--r--audio/libfishsound/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/audio/libfishsound/Makefile b/audio/libfishsound/Makefile
index 2d54487c0906..7e22a220b195 100644
--- a/audio/libfishsound/Makefile
+++ b/audio/libfishsound/Makefile
@@ -13,21 +13,22 @@ COMMENT= Programing interface to decode/encode audio data
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: