aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/libcaca
diff options
context:
space:
mode:
authorstas <stas@FreeBSD.org>2007-03-11 16:51:14 +0800
committerstas <stas@FreeBSD.org>2007-03-11 16:51:14 +0800
commita2724272755bd3d479b57d4112c7d6ce2f21807e (patch)
tree2cc1da2fbddb7a27923bab24c8be5051f1063291 /graphics/libcaca
parent3bfd3a9293fced94b9f8604b6ac6352531f57eec (diff)
downloadfreebsd-ports-gnome-a2724272755bd3d479b57d4112c7d6ce2f21807e.tar.gz
freebsd-ports-gnome-a2724272755bd3d479b57d4112c7d6ce2f21807e.tar.zst
freebsd-ports-gnome-a2724272755bd3d479b57d4112c7d6ce2f21807e.zip
- Update e17 ports to 20070223 snapshot
- Bump portrevisions on all imlib2-dependend ports as the library soversion was bumped [1] - Disable fade-in effects in x11-fm/evidence permanently, since evas doesn't support it anymore. [2] The patch was tested in the tinderbox. Approved by: portmgr (marcus) [1], Anders Troback <freebsd@troback.com> (maintainer) [2]
Diffstat (limited to 'graphics/libcaca')
-rw-r--r--graphics/libcaca/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/libcaca/Makefile b/graphics/libcaca/Makefile
index 9303088c7026..1b44b22e332f 100644
--- a/graphics/libcaca/Makefile
+++ b/graphics/libcaca/Makefile
@@ -6,7 +6,7 @@
PORTNAME= libcaca
PORTVERSION= 0.9
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= graphics
MASTER_SITES= http://libcaca.zoy.org/files/
@@ -29,7 +29,7 @@ USE_XLIB= yes
.if defined(WITHOUT_IMLIB2)
CONFIGURE_ARGS+= --disable-imlib2
.else
-LIB_DEPENDS+= Imlib2.3:${PORTSDIR}/graphics/imlib2
+LIB_DEPENDS+= Imlib2.4:${PORTSDIR}/graphics/imlib2
.endif
.include <bsd.port.pre.mk>