Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Dec 2016 16:35:26 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r428777 - head/devel/openocd
Message-ID:  <201612171635.uBHGZQ9H071029@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Dec 17 16:35:26 2016
New Revision: 428777
URL: https://svnweb.freebsd.org/changeset/ports/428777

Log:
  Revert r428754 and unbreak
  
  Pointy hat:	sunpoet

Modified:
  head/devel/openocd/Makefile

Modified: head/devel/openocd/Makefile
==============================================================================
--- head/devel/openocd/Makefile	Sat Dec 17 16:33:49 2016	(r428776)
+++ head/devel/openocd/Makefile	Sat Dec 17 16:35:26 2016	(r428777)
@@ -9,8 +9,7 @@ MASTER_SITES=	SF
 MAINTAINER=	skreuzer@FreeBSD.org
 COMMENT=	Open On-Chip Debugger
 
-LICENSE=	GPLv2
-LICENSE_FILE=	${WRKSRC}/COPYING
+BUILD_DEPENDS=	${LOCALBASE}/bin/makeinfo:print/texinfo
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=	--disable-werror
@@ -53,7 +52,7 @@ RMTBITBANG_DESC=Support Remote-Bitbang D
 MINIDRIVER_DESC=Dummy minidriver only (will exclude others!)
 CMSISDAP_DESC=Support for CMSIS-DAP Compliant Debugger
 
-USES=		gmake libtool makeinfo pkgconfig tar:bzip2
+USES=		gmake libtool pkgconfig tar:bzip2
 CFLAGS+=	-I${LOCALBASE}/include -L${LOCALBASE}/lib
 INFO=		openocd
 



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