aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/wmii-devel
diff options
context:
space:
mode:
authormezz <mezz@FreeBSD.org>2005-11-06 14:24:46 +0800
committermezz <mezz@FreeBSD.org>2005-11-06 14:24:46 +0800
commit7fe3151cd01b494ebba1da9200835bd07887a6c3 (patch)
tree81d057eec189a8cd27b2534908e6e9ac88fd48e2 /x11-wm/wmii-devel
parent21b68262a9630d4d8a8da1cb93b3e3c022ac929c (diff)
downloadfreebsd-ports-graphics-7fe3151cd01b494ebba1da9200835bd07887a6c3.tar.gz
freebsd-ports-graphics-7fe3151cd01b494ebba1da9200835bd07887a6c3.tar.zst
freebsd-ports-graphics-7fe3151cd01b494ebba1da9200835bd07887a6c3.zip
Chase cairo shared library update, bump the PORTREVISION.
Diffstat (limited to 'x11-wm/wmii-devel')
-rw-r--r--x11-wm/wmii-devel/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-wm/wmii-devel/Makefile b/x11-wm/wmii-devel/Makefile
index ae21a0bd801..e10d4ed5055 100644
--- a/x11-wm/wmii-devel/Makefile
+++ b/x11-wm/wmii-devel/Makefile
@@ -7,6 +7,7 @@
PORTNAME= wmii
DISTVERSION= 2
+PORTREVISION= 1
CATEGORIES= x11-wm
MASTER_SITES= http://wmi.modprobe.de/download/
@@ -31,7 +32,7 @@ MAN5= wmii.rc.5
# The cairo backend is not recommended in production use, because the cairo
# library is still very buggy and causes crashes often.
.if defined(WITH_CAIRO)
-LIB_DEPENDS= cairo.1:${PORTSDIR}/graphics/cairo
+LIB_DEPENDS= cairo.2:${PORTSDIR}/graphics/cairo
MAKE_ARGS+= DRAW=cairo
.endif