diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2016-09-06 16:28:46 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2016-09-06 16:28:46 +0000 |
commit | 8a934ece93cd6f5ff5ce016a149272c16e760c40 (patch) | |
tree | 80c15cbbce7d2d5b847ab345f860d21ea9b5f8fc /audio/mpg123/pkg-plist | |
parent | Add forotten patch file (diff) |
audio/mpg123: add SNDIO option and cleanups
- add a SNDIO option that enables building of the audio/sndio output
module
- replace CPPFLAGS/LDFLAGS with USES=localbase
- use INSTALL_TARGET=install-strip to strip libraries
- bump PORTREVISION due to packaging change
PR: 212406
Submitted by: Tobias Kortkamp
Diffstat (limited to 'audio/mpg123/pkg-plist')
-rw-r--r-- | audio/mpg123/pkg-plist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/mpg123/pkg-plist b/audio/mpg123/pkg-plist index b7eaa10ba078..967c050d3abb 100644 --- a/audio/mpg123/pkg-plist +++ b/audio/mpg123/pkg-plist @@ -13,6 +13,7 @@ lib/libout123.so.0 lib/libout123.so.0.1.4 lib/mpg123/output_dummy.so lib/mpg123/output_oss.so +%%SNDIO%%lib/mpg123/output_sndio.so libdata/pkgconfig/libmpg123.pc libdata/pkgconfig/libout123.pc man/man1/out123.1.gz |