diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-11-05 04:13:56 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-11-05 04:13:56 +0800 |
commit | 13bd7015663fa4a972dc7bc585f2a3d6f6dac512 (patch) | |
tree | 4633f12d4be0d9f9c07b642d2c59f6ba7121d07c /audio | |
parent | ba19f54b51cc79939775baaaa938593813dedd36 (diff) | |
download | freebsd-ports-gnome-13bd7015663fa4a972dc7bc585f2a3d6f6dac512.tar.gz freebsd-ports-gnome-13bd7015663fa4a972dc7bc585f2a3d6f6dac512.tar.zst freebsd-ports-gnome-13bd7015663fa4a972dc7bc585f2a3d6f6dac512.zip |
- Add LICENSE_FILE
- Update BUILD_DEPENDS: remove redundant LOCALBASE/bin
Diffstat (limited to 'audio')
-rw-r--r-- | audio/libfishsound/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/libfishsound/Makefile b/audio/libfishsound/Makefile index e4d23be81049..090c500175fe 100644 --- a/audio/libfishsound/Makefile +++ b/audio/libfishsound/Makefile @@ -12,6 +12,7 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Programing interface to decode/encode audio data LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libFLAC.so:${PORTSDIR}/audio/flac \ libspeex.so:${PORTSDIR}/audio/speex \ @@ -26,7 +27,7 @@ USES= libtool pathfix pkgconfig PORTDOCS= * -DOXYGEN_BUILD_DEPENDS= ${LOCALBASE}/bin/doxygen:${PORTSDIR}/devel/doxygen +DOXYGEN_BUILD_DEPENDS= doxygen:${PORTSDIR}/devel/doxygen DOXYGEN_IMPLIES= DOCS post-patch-DOCS-off: |