diff options
author | bapt <bapt@FreeBSD.org> | 2011-11-27 18:27:20 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2011-11-27 18:27:20 +0800 |
commit | b9642ff7051f70b3e3a1f7a8864ba05c9c93150f (patch) | |
tree | f42f54d5ed9c97a8d95247798c06d8886ae9d4a6 /x11-wm | |
parent | 21ba1deb38f88c2a401f83281e75d0a8b86adb65 (diff) | |
download | freebsd-ports-gnome-b9642ff7051f70b3e3a1f7a8864ba05c9c93150f.tar.gz freebsd-ports-gnome-b9642ff7051f70b3e3a1f7a8864ba05c9c93150f.tar.zst freebsd-ports-gnome-b9642ff7051f70b3e3a1f7a8864ba05c9c93150f.zip |
Upgrade yajl to 2.0.1 (mirror it my self as upstream still not provide real static distfiles)
Take back maintainership
chase library bump
Feature safe: yes
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/i3/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-wm/i3/Makefile b/x11-wm/i3/Makefile index e97741d16b82..8cc872081729 100644 --- a/x11-wm/i3/Makefile +++ b/x11-wm/i3/Makefile @@ -7,6 +7,7 @@ PORTNAME= i3 DISTVERSION= 4.1 +PORTREVISION= 1 CATEGORIES= x11-wm MASTER_SITES= http://i3wm.org/downloads/ \ ${MASTER_SITE_LOCAL} @@ -21,7 +22,7 @@ LIB_DEPENDS= xcb.2:${PORTSDIR}/x11/libxcb \ startup-notification-1.0:${PORTSDIR}/x11/startup-notification \ xcb-event.1:${PORTSDIR}/x11/xcb-util \ ev.4:${PORTSDIR}/devel/libev \ - yajl.1:${PORTSDIR}/devel/yajl + yajl.2:${PORTSDIR}/devel/yajl USE_XORG= x11 USE_BISON= build |