diff options
author | brnrd <brnrd@FreeBSD.org> | 2018-02-16 21:37:09 +0800 |
---|---|---|
committer | brnrd <brnrd@FreeBSD.org> | 2018-02-16 21:37:09 +0800 |
commit | d7c457554caace5c661ec5f07aea442f954bcf8d (patch) | |
tree | 351ccf085c8ee59416f267c2c161fc476ee14092 /audio/umurmur | |
parent | 03b2a52bb076b2b5a440a83c2595a7902bdb62ad (diff) | |
download | freebsd-ports-gnome-d7c457554caace5c661ec5f07aea442f954bcf8d.tar.gz freebsd-ports-gnome-d7c457554caace5c661ec5f07aea442f954bcf8d.tar.zst freebsd-ports-gnome-d7c457554caace5c661ec5f07aea442f954bcf8d.zip |
security/openssl-devel: Breaks ports category audio
- Add missing ssl dependency to raop_play
Diffstat (limited to 'audio/umurmur')
-rw-r--r-- | audio/umurmur/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/umurmur/Makefile b/audio/umurmur/Makefile index 7d289e57fb20..bf5be5e0107c 100644 --- a/audio/umurmur/Makefile +++ b/audio/umurmur/Makefile @@ -16,6 +16,7 @@ LIB_DEPENDS= libconfig.so:devel/libconfig \ BROKEN_aarch64= fails to compile: fatal error: byteswap.h file not found BROKEN_armv6= fails to compile: fatal error: byteswap.h file not found +BROKEN_SSL= openssl-devel USE_GITHUB= yes |