diff options
-rw-r--r-- | lang/q/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/i3/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lang/q/Makefile b/lang/q/Makefile index 177473137075..90443a293372 100644 --- a/lang/q/Makefile +++ b/lang/q/Makefile @@ -24,7 +24,7 @@ LIB_DEPENDS= MagickWand.4:${PORTSDIR}/graphics/ImageMagick \ xslt.2:${PORTSDIR}/textproc/libxslt \ ggi.2:${PORTSDIR}/graphics/libggi -USE_BISON= yes +USE_BISON= build USE_ICONV= yes USE_TK= 84 USE_LDCONFIG= yes diff --git a/x11-wm/i3/Makefile b/x11-wm/i3/Makefile index 0284263fcd8e..4aaa069ce30b 100644 --- a/x11-wm/i3/Makefile +++ b/x11-wm/i3/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= xcb.2:${PORTSDIR}/x11/libxcb \ yajl.1:${PORTSDIR}/devel/yajl USE_XORG= x11 -USE_BISON= yes +USE_BISON= build USE_XLIB= yes USE_BZIP2= yes USE_GMAKE= yes |