aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/i3
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-05-16 10:49:46 +0800
committerbapt <bapt@FreeBSD.org>2013-05-16 10:49:46 +0800
commit155a7c189abd5fda689724b1322f61991bea6904 (patch)
tree5b02a79de8178bae446e84c31449db28601245f2 /x11-wm/i3
parent3ef30aca7d549ce448816b577c47dfd292d05f99 (diff)
downloadfreebsd-ports-gnome-155a7c189abd5fda689724b1322f61991bea6904.tar.gz
freebsd-ports-gnome-155a7c189abd5fda689724b1322f61991bea6904.tar.zst
freebsd-ports-gnome-155a7c189abd5fda689724b1322f61991bea6904.zip
Drop build dependencies on bison/flex now that it is compatible with yacc/lex
Reported by: Vitaly Shevtsov <loki.vt@gmail.com>
Diffstat (limited to 'x11-wm/i3')
-rw-r--r--x11-wm/i3/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/x11-wm/i3/Makefile b/x11-wm/i3/Makefile
index d5a42547bbb7..9dca8a6fd0aa 100644
--- a/x11-wm/i3/Makefile
+++ b/x11-wm/i3/Makefile
@@ -14,7 +14,6 @@ COMMENT= An improved dynamic tiling window manager
LICENSE= BSD
-BUILD_DEPENDS= flex>=2.5.35:${PORTSDIR}/textproc/flex
LIB_DEPENDS= xcb:${PORTSDIR}/x11/libxcb \
startup-notification:${PORTSDIR}/x11/startup-notification \
xcb-util:${PORTSDIR}/x11/xcb-util \
@@ -31,7 +30,7 @@ RUN_DEPENDS= p5-IPC-Run>=0:${PORTSDIR}/devel/p5-IPC-Run \
USE_PERL5_RUN= yes
USE_XORG= x11 xcursor
-USES= bison pkgconfig iconv
+USES= pkgconfig iconv
USE_BZIP2= yes
USE_GMAKE= yes
MAKE_JOBS_UNSAFE= yes
@@ -76,7 +75,6 @@ post-patch:
@${REINPLACE_CMD} -e 's|/usr/|${PREFIX}/|g' ${WRKSRC}/man/i3-input.1
@${REINPLACE_CMD} -e 's|.SILENT||g' ${WRKSRC}/common.mk
@${REINPLACE_CMD} -e 's|-Iinclude|-Iinclude -Isrc|g' \
- -e 's|flex|${LOCALBASE}/bin/flex|g' \
-e 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/common.mk
do-install: