svn commit: r499323 - head/audio/spotifyd
Tobias Kortkamp
tobik at FreeBSD.org
Fri Apr 19 04:17:00 UTC 2019
Author: tobik
Date: Fri Apr 19 04:16:59 2019
New Revision: 499323
URL: https://svnweb.freebsd.org/changeset/ports/499323
Log:
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
Modified:
head/audio/spotifyd/Makefile
Modified: head/audio/spotifyd/Makefile
==============================================================================
--- head/audio/spotifyd/Makefile Fri Apr 19 03:36:37 2019 (r499322)
+++ head/audio/spotifyd/Makefile Fri Apr 19 04:16:59 2019 (r499323)
@@ -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 \
More information about the svn-ports-all
mailing list