aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/wmii
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2005-11-06 06:24:46 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2005-11-06 06:24:46 +0000
commit1fd8bf7a0931898d107c7a967a6257e6613f1940 (patch)
tree7b35cc2de131fe56c4b9982344468d4c4e8c772a /x11-wm/wmii
parent8477e3367e2a51bb3d1942bfd4d115a995a338cf (diff)
downloadports-1fd8bf7a0931898d107c7a967a6257e6613f1940.tar.gz
ports-1fd8bf7a0931898d107c7a967a6257e6613f1940.zip
Chase cairo shared library update, bump the PORTREVISION.
Notes
Notes: svn path=/head/; revision=147431
Diffstat (limited to 'x11-wm/wmii')
-rw-r--r--x11-wm/wmii/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-wm/wmii/Makefile b/x11-wm/wmii/Makefile
index ae21a0bd801d..e10d4ed50553 100644
--- a/x11-wm/wmii/Makefile
+++ b/x11-wm/wmii/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