diff options
| author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-04-19 04:16:59 +0000 |
|---|---|---|
| committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-04-19 04:16:59 +0000 |
| commit | 3304a9a71ba06e5036c096d607debc246193b8d0 (patch) | |
| tree | 09bfe74a7ec6cd91ca219b0355e03f38661b2fb8 | |
| parent | www/nghttp2: unbreak (diff) | |
audio/spotifyd: Unbreak build after r499153
Removing USES=ssl completely was too far. Put it back as a build
dependency.
http://beefy10.nyi.freebsd.org/data/112i386-default/499228/logs/errors/spotifyd-0.2.8_2.log
| -rw-r--r-- | audio/spotifyd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/spotifyd/Makefile b/audio/spotifyd/Makefile index 0ee57eb39881..ce75ceed7f6f 100644 --- a/audio/spotifyd/Makefile +++ b/audio/spotifyd/Makefile @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENCE LIB_DEPENDS= libogg.so:audio/libogg -USES= cargo +USES= cargo ssl:build USE_GITHUB= yes GH_ACCOUNT= Spotifyd GH_TUPLE= plietar:rust-alsa:8c63543fa0ccd971cf15f5675293d19febd6f79e:alsa \ |
