diff options
author | bapt <bapt@FreeBSD.org> | 2013-03-11 14:59:19 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-03-11 14:59:19 +0800 |
commit | 0ac79fab9842fa53bd675cff4c16f15c2b2ca166 (patch) | |
tree | c861e49bb5bcc1f96c5c819f7a550d394b086f31 | |
parent | 12f01bd41bb6757a84078be002bc0a7ab314e57b (diff) | |
download | freebsd-ports-gnome-0ac79fab9842fa53bd675cff4c16f15c2b2ca166.tar.gz freebsd-ports-gnome-0ac79fab9842fa53bd675cff4c16f15c2b2ca166.tar.zst freebsd-ports-gnome-0ac79fab9842fa53bd675cff4c16f15c2b2ca166.zip |
Convert database/mdbtools from USE_BISON -> USES=bison
Remove left USE_BISON from graphics/tumble
Submitted by: John Marino <john@marino.st>
-rw-r--r-- | databases/mdbtools/Makefile | 2 | ||||
-rw-r--r-- | graphics/tumble/Makefile | 1 |
2 files changed, 1 insertions, 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 |