svn commit: r478962 - head/comms/libbtbb

George V. Neville-Neil gnn at FreeBSD.org
Tue Sep 4 14:11:57 UTC 2018


Author: gnn
Date: Tue Sep  4 14:11:56 2018
New Revision: 478962
URL: https://svnweb.freebsd.org/changeset/ports/478962

Log:
  Fix typo

Modified:
  head/comms/libbtbb/Makefile

Modified: head/comms/libbtbb/Makefile
==============================================================================
--- head/comms/libbtbb/Makefile	Tue Sep  4 14:10:25 2018	(r478961)
+++ head/comms/libbtbb/Makefile	Tue Sep  4 14:11:56 2018	(r478962)
@@ -11,7 +11,7 @@ COMMENT=	Bluetooth Baseband Library
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BIULD_DEPENDS=	${PYNUMPY}
+BUILD_DEPENDS=	${PYNUMPY}
 
 USES=		cmake:outsource \
 		python:2.7,build


More information about the svn-ports-head mailing list