diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2019-07-09 21:13:15 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2019-07-09 21:13:15 +0000 |
commit | 2db552123c204b007595cf39030c6d6a73450a12 (patch) | |
tree | c3138959df7ab444c47e4c9568469affb3cef048 /audio | |
parent | d170014b7f8dd035884aa863b7c3dde83c3d1292 (diff) | |
download | ports-2db552123c204b007595cf39030c6d6a73450a12.tar.gz ports-2db552123c204b007595cf39030c6d6a73450a12.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/pianod2/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/pianod2/Makefile b/audio/pianod2/Makefile index e3651eeb6a37..6ebb415d5f02 100644 --- a/audio/pianod2/Makefile +++ b/audio/pianod2/Makefile @@ -12,6 +12,8 @@ COMMENT= Free, multi-source, network-controlled music player daemon LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_i386= fails to build + LIB_DEPENDS= libao.so:audio/libao \ libavcodec.so:multimedia/ffmpeg \ libgcrypt.so:security/libgcrypt \ |