diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2005-11-06 06:24:46 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2005-11-06 06:24:46 +0000 |
commit | 1fd8bf7a0931898d107c7a967a6257e6613f1940 (patch) | |
tree | 7b35cc2de131fe56c4b9982344468d4c4e8c772a /x11-wm | |
parent | 8477e3367e2a51bb3d1942bfd4d115a995a338cf (diff) | |
download | ports-1fd8bf7a0931898d107c7a967a6257e6613f1940.tar.gz ports-1fd8bf7a0931898d107c7a967a6257e6613f1940.zip |
Notes
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 |