diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-12-15 18:44:02 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-12-15 18:44:02 +0000 |
commit | 1526ccbacfd206735f1f505a94def1428b4d4542 (patch) | |
tree | bbbb80160e7e54cf0a8528e5e4f75fe922abd989 /x11-wm/waimea/Makefile | |
parent | - Fix Makefile syntax if WITH_RRD is defined (diff) |
- Chase libraries for new Imlib2 version
Diffstat (limited to '')
-rw-r--r-- | x11-wm/waimea/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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> |