svn commit: r362350 - head/comms/linrad

Antoine Brodin antoine at FreeBSD.org
Sun Jul 20 19:10:48 UTC 2014


Author: antoine
Date: Sun Jul 20 19:10:47 2014
New Revision: 362350
URL: http://svnweb.freebsd.org/changeset/ports/362350
QAT: https://qat.redports.org/buildarchive/r362350/

Log:
  Fix LIB_DEPENDS

Modified:
  head/comms/linrad/Makefile

Modified: head/comms/linrad/Makefile
==============================================================================
--- head/comms/linrad/Makefile	Sun Jul 20 19:01:46 2014	(r362349)
+++ head/comms/linrad/Makefile	Sun Jul 20 19:10:47 2014	(r362350)
@@ -14,7 +14,7 @@ MAINTAINER=	hamradio at FreeBSD.org
 COMMENT=	Amateur Radio DSP utility (SDR)
 
 LIB_DEPENDS=	librtlsdr.so:${PORTSDIR}/comms/rtl-sdr \
-		portaudio2/libportaudio.so:${PORTSDIR}/audio/portaudio2 \
+		libportaudio.so:${PORTSDIR}/audio/portaudio2 \
 		libftdi.so:${PORTSDIR}/devel/libftdi
 BUILD_DEPENDS=	nasm:${PORTSDIR}/devel/nasm
 


More information about the svn-ports-head mailing list