Date: Mon, 11 Mar 2013 06:59:19 +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: r313856 - in head: databases/mdbtools graphics/tumble Message-ID: <201303110659.r2B6xJFP026918@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303110659.r2B6xJFP026918>