Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Oct 2015 20:47:21 +0000 (UTC)
From:      "Lev A. Serebryakov" <lev@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r399881 - head/devel/gcc-msp430-ti-toolchain
Message-ID:  <201510202047.t9KKlL40068065@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lev
Date: Tue Oct 20 20:47:20 2015
New Revision: 399881
URL: https://svnweb.freebsd.org/changeset/ports/399881

Log:
    Properly register build dependency on flex, fix port.

Modified:
  head/devel/gcc-msp430-ti-toolchain/Makefile

Modified: head/devel/gcc-msp430-ti-toolchain/Makefile
==============================================================================
--- head/devel/gcc-msp430-ti-toolchain/Makefile	Tue Oct 20 20:43:43 2015	(r399880)
+++ head/devel/gcc-msp430-ti-toolchain/Makefile	Tue Oct 20 20:47:20 2015	(r399881)
@@ -2,7 +2,7 @@
 
 PORTNAME=	gcc-msp430-ti-toolchain
 PORTVERSION=	${GCC_VERSION}.${TI_VERSION}.${RELEASE_DATE}
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel
 MASTER_SITES=	http://software-dl.ti.com/msp430/msp430_public_sw/mcu/msp430/MSPGCC/${TI_VERSION:S/./_/g}/exports/ \
 		http://www.ti.com/lit/ml/slau591a/:docs
@@ -19,7 +19,8 @@ COMMENT=	Complete gcc-based toolcahin fo
 LICENSE=	GPLv2 LGPL20 LGPL21 GPLv3 LGPL3
 LICENSE_COMB=	multi
 
-BUILD_DEPENDS=	expect:${PORTSDIR}/lang/expect
+BUILD_DEPENDS=	expect:${PORTSDIR}/lang/expect \
+		flex:${PORTSDIR}/textproc/flex
 
 OPTIONS_DEFINE=	INSIGHT PURE
 OPTIONS_DEFAULT=
@@ -40,7 +41,7 @@ PURE_LIB_DEPENDS_OFF=	libgmp.so:${PORTSD
 PURE_EXTRA_PATCHES_OFF=	${PATCHDIR}/extra-patch-libgui_configure \
 			${PATCHDIR}/extra-patch-gdb_configure
 
-USES=		bison compiler cpe flex gmake libtool makeinfo tar:bzip2
+USES=		bison compiler cpe gmake libtool makeinfo tar:bzip2
 USE_CSTD=	gnu89
 
 GNU_CONFIGURE=		yes



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