summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--graphics/gtkcairo/Makefile4
-rw-r--r--x11-wm/waimea-devel/Makefile3
-rw-r--r--x11-wm/wmii-devel/Makefile3
-rw-r--r--x11-wm/wmii/Makefile3
4 files changed, 8 insertions, 5 deletions
diff --git a/graphics/gtkcairo/Makefile b/graphics/gtkcairo/Makefile
index ec1ac83bebb0..b4559ad508b8 100644
--- a/graphics/gtkcairo/Makefile
+++ b/graphics/gtkcairo/Makefile
@@ -7,7 +7,7 @@
PORTNAME= gtkcairo
PORTVERSION= 0.3
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= ahze
@@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= ahze
MAINTAINER= gnome@FreeBSD.org
COMMENT= Gtk+ bindings to cairo
-LIB_DEPENDS= cairo.1:${PORTSDIR}/graphics/cairo
+LIB_DEPENDS= cairo.2:${PORTSDIR}/graphics/cairo
USE_BZIP2= yes
USE_GNOME= gtk20 gnometarget gnomehack
diff --git a/x11-wm/waimea-devel/Makefile b/x11-wm/waimea-devel/Makefile
index 751dd6def40f..b2cd94f4b918 100644
--- a/x11-wm/waimea-devel/Makefile
+++ b/x11-wm/waimea-devel/Makefile
@@ -7,6 +7,7 @@
PORTNAME= waimea
PORTVERSION= 0.5.0.20050825
+PORTREVISION= 1
CATEGORIES= x11-wm
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= danfe
@@ -15,7 +16,7 @@ MAINTAINER= danfe@FreeBSD.org
COMMENT= An X11 window manager designed for maximum efficiency
LIB_DEPENDS= expat.5:${PORTSDIR}/textproc/expat2 \
- cairo.1:${PORTSDIR}/graphics/cairo
+ cairo.2:${PORTSDIR}/graphics/cairo
BROKEN= Configure fails
diff --git a/x11-wm/wmii-devel/Makefile b/x11-wm/wmii-devel/Makefile
index ae21a0bd801d..e10d4ed50553 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
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