svn commit: r440594 - head/comms/direwolf

Antoine Brodin antoine at FreeBSD.org
Wed May 10 21:38:10 UTC 2017


Author: antoine
Date: Wed May 10 21:38:09 2017
New Revision: 440594
URL: https://svnweb.freebsd.org/changeset/ports/440594

Log:
  Mark BROKEN: wrong LIB_DEPENDS
  
  ===>   direwolf-1.4_1 depends on shared library: libgpsd.so - not found
  
  Reported by:	pkg-fallout

Modified:
  head/comms/direwolf/Makefile

Modified: head/comms/direwolf/Makefile
==============================================================================
--- head/comms/direwolf/Makefile	Wed May 10 21:37:57 2017	(r440593)
+++ head/comms/direwolf/Makefile	Wed May 10 21:38:09 2017	(r440594)
@@ -10,6 +10,8 @@ COMMENT=	Software "soundcard" modem/TNC 
 
 LICENSE=	GPLv2
 
+BROKEN=		wrong LIB_DEPENDS
+
 LIB_DEPENDS=	libhamlib.so:comms/hamlib \
 		libgps.so:astro/gpsd
 


More information about the svn-ports-all mailing list