svn commit: r428777 - head/devel/openocd

Antoine Brodin antoine at FreeBSD.org
Sat Dec 17 16:35:27 UTC 2016


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 at 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
 


More information about the svn-ports-head mailing list