diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-05-24 14:21:45 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-05-24 14:21:45 +0000 |
commit | c6f9220716c5a6bace1f22f3339ef274a00c1e4d (patch) | |
tree | 284ed8b074db6ebbd762b69cc947e22f549200e2 /graphics/lphoto | |
parent | 24739242ec9d4b22cec99f0a2c9f7215f553ecd3 (diff) | |
download | ports-c6f9220716c5a6bace1f22f3339ef274a00c1e4d.tar.gz ports-c6f9220716c5a6bace1f22f3339ef274a00c1e4d.zip |
Notes
Diffstat (limited to 'graphics/lphoto')
-rw-r--r-- | graphics/lphoto/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/lphoto/Makefile b/graphics/lphoto/Makefile index 375889a4583d..424913ed7602 100644 --- a/graphics/lphoto/Makefile +++ b/graphics/lphoto/Makefile @@ -17,7 +17,7 @@ COMMENT= A complete desktop solution for digital photo management BUILD_DEPENDS= kdepyuic:${PORTSDIR}/x11-toolkits/py-kde # libs for burning cd/vcd in lphoto, does not work in freebsd. -#LIB_DEPENDS= Magick.8:${PORTSDIR}/graphics/ImageMagick \ +#LIB_DEPENDS= Magick.10:${PORTSDIR}/graphics/ImageMagick \ # vcdinfo.0:${PORTSDIR}/multimedia/vcdimager \ # avcodec.1:${PORTSDIR}/multimedia/ffmpeg RUN_DEPENDS= gphoto2:${PORTSDIR}/graphics/gphoto2 \ |