Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Sep 2018 14:11:57 +0000 (UTC)
From:      "George V. Neville-Neil" <gnn@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r478962 - head/comms/libbtbb
Message-ID:  <201809041411.w84EBvJK014315@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809041411.w84EBvJK014315>