aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2010-12-01 08:35:10 +0000
committerMartin Wilke <miwi@FreeBSD.org>2010-12-01 08:35:10 +0000
commit17068384d6723c7104746d95971f3be050bce98e (patch)
treee78648e17ec4f2a5a2a806f6dff32fe3add9c9c7
parentda9e8a04fa52b66c7e05c43f45a7ca814d5a3d8c (diff)
downloadports-17068384d6723c7104746d95971f3be050bce98e.tar.gz
ports-17068384d6723c7104746d95971f3be050bce98e.zip
- Convert to USE_BISON= build
Notes
Notes: svn path=/head/; revision=265504
-rw-r--r--lang/q/Makefile2
-rw-r--r--x11-wm/i3/Makefile2
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