diff options
author | Yukihiro Nakai <nakai@FreeBSD.org> | 1999-10-08 02:51:37 +0000 |
---|---|---|
committer | Yukihiro Nakai <nakai@FreeBSD.org> | 1999-10-08 02:51:37 +0000 |
commit | 1264c11fcfba45fd96ff57bf6f55b98419f792a0 (patch) | |
tree | 5b2857d7f2c98adad0191bf8877e6c59881b5527 /x11-wm/enlightenment | |
parent | Update to 1.9.7 (diff) |
Use updated imlib library.
Notes
Notes:
svn path=/head/; revision=22243
Diffstat (limited to 'x11-wm/enlightenment')
-rw-r--r-- | x11-wm/enlightenment/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/enlightenment/Makefile b/x11-wm/enlightenment/Makefile index 3981068abde3..0fd2c0578c8f 100644 --- a/x11-wm/enlightenment/Makefile +++ b/x11-wm/enlightenment/Makefile @@ -17,7 +17,7 @@ MAINTAINER= vanilla@FreeBSD.org LIB_DEPENDS= esd.2:${PORTSDIR}/audio/esound \ Fnlib.0:${PORTSDIR}/graphics/fnlib \ gif.5:${PORTSDIR}/graphics/giflib \ - Imlib.4:${PORTSDIR}/graphics/imlib \ + Imlib.5:${PORTSDIR}/graphics/imlib \ tiff.4:${PORTSDIR}/graphics/tiff \ ttf.3:${PORTSDIR}/print/freetype \ ghttp.1:${PORTSDIR}/www/libghttp |