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 /graphics/zphoto/Makefile | |
parent | - Fix Makefile syntax if WITH_RRD is defined (diff) |
- Chase libraries for new Imlib2 version
Diffstat (limited to 'graphics/zphoto/Makefile')
-rw-r--r-- | graphics/zphoto/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/zphoto/Makefile b/graphics/zphoto/Makefile index 79e0591dc388..bfc045fddec4 100644 --- a/graphics/zphoto/Makefile +++ b/graphics/zphoto/Makefile @@ -15,7 +15,7 @@ MAINTAINER= umeno@rr.iij4u.or.jp COMMENT= Zooming photo album generator LIB_DEPENDS= ming.3:${PORTSDIR}/graphics/ming \ - Imlib2.1:${PORTSDIR}/graphics/imlib2 \ + Imlib2.2:${PORTSDIR}/graphics/imlib2 \ popt.0:${PORTSDIR}/devel/popt \ aviplay.0:${PORTSDIR}/multimedia/avifile RUN_DEPENDS= zip:${PORTSDIR}/archivers/zip |