diff options
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/waimea-devel/Makefile | 3 | ||||
-rw-r--r-- | x11-wm/wmii-devel/Makefile | 3 | ||||
-rw-r--r-- | x11-wm/wmii/Makefile | 3 |
3 files changed, 6 insertions, 3 deletions
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 |