svn commit: r495202 - head/comms/svxlink
Tobias C. Berner
tcberner at FreeBSD.org
Sat Mar 9 21:05:24 UTC 2019
Author: tcberner
Date: Sat Mar 9 21:05:22 2019
New Revision: 495202
URL: https://svnweb.freebsd.org/changeset/ports/495202
Log:
comms/svxlink: disable the ninja generator
- with ninja 1.9 duplicate targets are errors [1]
[1] https://github.com/ninja-build/ninja/commit/42eefc854b32b3c1efc27548baaacdebad199853
PR: 235507
Modified:
head/comms/svxlink/Makefile
Modified: head/comms/svxlink/Makefile
==============================================================================
--- head/comms/svxlink/Makefile Sat Mar 9 21:03:16 2019 (r495201)
+++ head/comms/svxlink/Makefile Sat Mar 9 21:05:22 2019 (r495202)
@@ -21,7 +21,7 @@ LIB_DEPENDS?= libgsm.so:audio/gsm \
librtlsdr.so:comms/rtl-sdr
BUILD_DEPENDS= ${LOCALBASE}/include/linux/input.h:devel/evdev-proto
-USES+= cmake compiler:c++11-lang groff pkgconfig tcl
+USES+= cmake:noninja compiler:c++11-lang groff pkgconfig tcl
USE_GITHUB= yes
GH_ACCOUNT= sm0svx
GH_PROJECT= svxlink
More information about the svn-ports-head
mailing list