diff options
author | jperkin <jperkin@pkgsrc.org> | 2014-07-27 23:04:30 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2014-07-27 23:04:30 +0000 |
commit | 681fc33b7a1865b2cc127b40d042e665f0d79766 (patch) | |
tree | a89f0559ce54f69c1e2617f71a66f10f46f2568e /x11 | |
parent | b742ec5cd6a92d1f6f94ea2da7be9ac7ad9e914b (diff) | |
download | pkgsrc-681fc33b7a1865b2cc127b40d042e665f0d79766.tar.gz |
Add USE_TOOLS += flex, as per most recent SunOS bulk build.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/qt5-qtwebkit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/qt5-qtwebkit/Makefile b/x11/qt5-qtwebkit/Makefile index aee5e17caa6..3ebf04a642c 100644 --- a/x11/qt5-qtwebkit/Makefile +++ b/x11/qt5-qtwebkit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2014/04/23 07:05:32 adam Exp $ +# $NetBSD: Makefile,v 1.13 2014/07/27 23:04:30 jperkin Exp $ PKGNAME= qt5-qtwebkit-${QTVERSION} COMMENT= Qt5 WebView module @@ -8,7 +8,7 @@ COMMENT= Qt5 WebView module BUILD_DEPENDS+= gperf-[0-9]*:../../devel/gperf USE_LIBTOOL= yes -USE_TOOLS+= bison sed pkg-config +USE_TOOLS+= bison flex pkg-config sed BUILD_DIRS= qtwebkit MAKE_ENV+= QTDIR=${QTDIR} |