diff options
author | stas <stas@FreeBSD.org> | 2007-03-11 08:51:14 +0000 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2007-03-11 08:51:14 +0000 |
commit | a2724272755bd3d479b57d4112c7d6ce2f21807e (patch) | |
tree | 2cc1da2fbddb7a27923bab24c8be5051f1063291 /graphics/zphoto | |
parent | 3bfd3a9293fced94b9f8604b6ac6352531f57eec (diff) | |
download | FreeBSD-ports-a2724272755bd3d479b57d4112c7d6ce2f21807e.zip FreeBSD-ports-a2724272755bd3d479b57d4112c7d6ce2f21807e.tar.gz |
- 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/zphoto')
-rw-r--r-- | graphics/zphoto/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/zphoto/Makefile b/graphics/zphoto/Makefile index e2bfdd1..eedd614 100644 --- a/graphics/zphoto/Makefile +++ b/graphics/zphoto/Makefile @@ -7,7 +7,7 @@ PORTNAME= zphoto PORTVERSION= 1.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics www MASTER_SITES= http://namazu.org/~satoru/zphoto/ MASTER_SITE_SUBDIR= ${PORTNAME} @@ -16,7 +16,7 @@ MAINTAINER= umeno@rr.iij4u.or.jp COMMENT= Zooming photo album generator LIB_DEPENDS= ming.4:${PORTSDIR}/graphics/ming \ - Imlib2.3:${PORTSDIR}/graphics/imlib2 \ + Imlib2.4:${PORTSDIR}/graphics/imlib2 \ popt.0:${PORTSDIR}/devel/popt .if !defined (WITHOUT_AVIPLAY) LIB_DEPENDS+= aviplay.0:${PORTSDIR}/multimedia/avifile |