diff options
author | jbeich <jbeich@FreeBSD.org> | 2016-12-15 07:17:35 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2016-12-15 07:17:35 +0800 |
commit | 8764fe2380b1a6c763e00c7808ec8d48c110865d (patch) | |
tree | 08c28f517ccc52a9bf6e619e821d7123c5571e3b /multimedia | |
parent | d9a27406eb15fdfb41e794b3e18dbc828942403a (diff) | |
download | freebsd-ports-gnome-8764fe2380b1a6c763e00c7808ec8d48c110865d.tar.gz freebsd-ports-gnome-8764fe2380b1a6c763e00c7808ec8d48c110865d.tar.zst freebsd-ports-gnome-8764fe2380b1a6c763e00c7808ec8d48c110865d.zip |
multimedia/ffmpeg: limit OPENSSL to one _RADIO group
Worse is better. To fix properly one would have to replace OPENSSL in
RTMP with a synthetic option that _IMPLIES=OPENSSL.
PR: 215306
Reported by: Laurence 'GreenReaper' Parry
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/ffmpeg/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/ffmpeg/Makefile b/multimedia/ffmpeg/Makefile index ed7018e5f808..c3cfe469a792 100644 --- a/multimedia/ffmpeg/Makefile +++ b/multimedia/ffmpeg/Makefile @@ -40,7 +40,7 @@ OPTIONS_DEFAULT= FFSERVER FONTCONFIG FREETYPE FREI0R GMP GNUTLS ICONV \ VORBIS VPX X264 XVID OPTIONS_RADIO= RTMP SSL -OPTIONS_RADIO_RTMP= GCRYPT GMP LIBRTMP OPENSSL +OPTIONS_RADIO_RTMP= GCRYPT GMP LIBRTMP OPTIONS_RADIO_SSL= GNUTLS OPENSSL OPTIONS_GROUP= LICENSE OPTIONS_GROUP_LICENSE= GPL3 NONFREE |