svn commit: r313856 - in head: databases/mdbtools graphics/tumble

Baptiste Daroussin bapt at FreeBSD.org
Mon Mar 11 06:59:20 UTC 2013


Author: bapt
Date: Mon Mar 11 06:59:19 2013
New Revision: 313856
URL: http://svnweb.freebsd.org/changeset/ports/313856

Log:
  Convert database/mdbtools from USE_BISON -> USES=bison
  Remove left USE_BISON from graphics/tumble
  
  Submitted by:	John Marino <john at marino.st>

Modified:
  head/databases/mdbtools/Makefile
  head/graphics/tumble/Makefile

Modified: head/databases/mdbtools/Makefile
==============================================================================
--- head/databases/mdbtools/Makefile	Mon Mar 11 06:43:13 2013	(r313855)
+++ head/databases/mdbtools/Makefile	Mon Mar 11 06:59:19 2013	(r313856)
@@ -13,8 +13,8 @@ COMMENT=	Utilities and libraries to expo
 # To build man-pages
 BUILD_DEPENDS=	gawk:${PORTSDIR}/lang/gawk
 
+USES=		bison
 USE_AUTOTOOLS=	libtool
-USE_BISON=	build
 USE_GNOME=	glib20
 USE_PKGCONFIG=	build
 WANT_GNOME=	yes

Modified: head/graphics/tumble/Makefile
==============================================================================
--- head/graphics/tumble/Makefile	Mon Mar 11 06:43:13 2013	(r313855)
+++ head/graphics/tumble/Makefile	Mon Mar 11 06:59:19 2013	(r313856)
@@ -17,7 +17,6 @@ BUILD_DEPENDS=	${LOCALBASE}/bin/flex:${P
 
 USE_GMAKE=	yes
 USES=		bison
-USE_BISON=	build
 
 MAKE_JOBS_SAFE=	yes
 


More information about the svn-ports-all mailing list