diff options
author | krion <krion@FreeBSD.org> | 2003-12-16 02:44:02 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-12-16 02:44:02 +0800 |
commit | 4d90e5ab7f9e9c779e65f08aca060ffed9d629e2 (patch) | |
tree | 12eccc3e668aa7fa1d0bf5f6b9905d7c9346471a /x11-wm | |
parent | 598f54f8a5b3b0cdaa4ea8f5322943a3b57b5abd (diff) | |
download | freebsd-ports-gnome-4d90e5ab7f9e9c779e65f08aca060ffed9d629e2.tar.gz freebsd-ports-gnome-4d90e5ab7f9e9c779e65f08aca060ffed9d629e2.tar.zst freebsd-ports-gnome-4d90e5ab7f9e9c779e65f08aca060ffed9d629e2.zip |
- Chase libraries for new Imlib2 version
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/phluid/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/waimea/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/phluid/Makefile b/x11-wm/phluid/Makefile index b8f9dd6db885..ddd1713ceb3d 100644 --- a/x11-wm/phluid/Makefile +++ b/x11-wm/phluid/Makefile @@ -11,7 +11,7 @@ CATEGORIES= x11-wm MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= phluid -LIB_DEPENDS= Imlib2.1:${PORTSDIR}/graphics/imlib2 +LIB_DEPENDS= Imlib2.2:${PORTSDIR}/graphics/imlib2 MAINTAINER= ports@FreeBSD.org COMMENT= a window manager that emphasizes efficiency, speed, and beauty diff --git a/x11-wm/waimea/Makefile b/x11-wm/waimea/Makefile index 3ec54e660c5e..4867d7e6a258 100644 --- a/x11-wm/waimea/Makefile +++ b/x11-wm/waimea/Makefile @@ -27,7 +27,7 @@ GNU_CONFIGURE= yes MAN1= waimea.1 .if !defined(WITHOUT_PIXMAP) -LIB_DEPENDS+= Imlib2.1:${PORTSDIR}/graphics/imlib2 +LIB_DEPENDS+= Imlib2.2:${PORTSDIR}/graphics/imlib2 .endif .include <bsd.port.mk> |