svn commit: r419398 - head/deskutils/tpb

Baptiste Daroussin bapt at FreeBSD.org
Sun Jul 31 17:53:53 UTC 2016


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}
 


More information about the svn-ports-all mailing list