Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Jul 2016 17:53:52 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r419398 - head/deskutils/tpb
Message-ID:  <201607311753.u6VHrqT8074979@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sun Jul 31 17:53:52 2016
New Revision: 419398
URL: https://svnweb.freebsd.org/changeset/ports/419398

Log:
  Remove build dependency on bison it is not needed
  
  tested on FreeSD 9 and 10

Modified:
  head/deskutils/tpb/Makefile

Modified: head/deskutils/tpb/Makefile
==============================================================================
--- head/deskutils/tpb/Makefile	Sun Jul 31 17:47:36 2016	(r419397)
+++ head/deskutils/tpb/Makefile	Sun Jul 31 17:53:52 2016	(r419398)
@@ -19,7 +19,7 @@ OPTIONS_SUB=	yes
 
 ONLY_FOR_ARCHS=	i386 amd64
 
-USES=		bison gmake iconv pkgconfig
+USES=		gmake iconv pkgconfig
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	${ICONV_CONFIGURE_ARG}
 



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