From 42e5f8f70c8b9380b9c43b2cf069f6cc8ee44f0f Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Mon, 11 Mar 2013 06:59:19 +0000 Subject: [PATCH] Convert database/mdbtools from USE_BISON -> USES=bison Remove left USE_BISON from graphics/tumble Submitted by: John Marino --- databases/mdbtools/Makefile | 2 +- graphics/tumble/Makefile | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/databases/mdbtools/Makefile b/databases/mdbtools/Makefile index c38e28881a82..b10228b65413 100644 --- a/databases/mdbtools/Makefile +++ b/databases/mdbtools/Makefile @@ -13,8 +13,8 @@ COMMENT= Utilities and libraries to export data from MS Access databases (.mdb) # 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 diff --git a/graphics/tumble/Makefile b/graphics/tumble/Makefile index 120b87f1ff55..6130272ac3d1 100644 --- a/graphics/tumble/Makefile +++ b/graphics/tumble/Makefile @@ -17,7 +17,6 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex USE_GMAKE= yes USES= bison -USE_BISON= build MAKE_JOBS_SAFE= yes