diff options
author | stefan <stefan@FreeBSD.org> | 2007-04-06 19:09:21 +0800 |
---|---|---|
committer | stefan <stefan@FreeBSD.org> | 2007-04-06 19:09:21 +0800 |
commit | c12fd90d34226266c8090de1f12bddbb4ea811b2 (patch) | |
tree | a791bb1ff1ef77be86eea1caacc4823bb1373f51 /graphics/imageindex/Makefile | |
parent | c8d1843b7b9dc94b1b0931373b586afb47f830a7 (diff) | |
download | freebsd-ports-gnome-c12fd90d34226266c8090de1f12bddbb4ea811b2.tar.gz freebsd-ports-gnome-c12fd90d34226266c8090de1f12bddbb4ea811b2.tar.zst freebsd-ports-gnome-c12fd90d34226266c8090de1f12bddbb4ea811b2.zip |
Update to 1.1.
PR: 111301
Submitted by: John Reynolds <johnjen@reynoldsnet.org>
Diffstat (limited to 'graphics/imageindex/Makefile')
-rw-r--r-- | graphics/imageindex/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/imageindex/Makefile b/graphics/imageindex/Makefile index d8bf4967ed81..96880f7af8dc 100644 --- a/graphics/imageindex/Makefile +++ b/graphics/imageindex/Makefile @@ -6,8 +6,7 @@ # PORTNAME= imageindex -PORTVERSION= 1.0.9 -PORTREVISION= 2 +PORTVERSION= 1.1 CATEGORIES= graphics MASTER_SITES= http://www.edwinh.org/imageindex/release/ \ http://www.reynoldsnet.org/imageindex/release/ @@ -18,6 +17,7 @@ COMMENT= A digital photo gallery tool RUN_DEPENDS= \ ${LOCALBASE}/bin/Magick-config:${PORTSDIR}/graphics/ImageMagick \ ${LOCALBASE}/bin/wrjpgcom:${PORTSDIR}/graphics/jpeg \ + ${LOCALBASE}/bin/mplayer:${PORTSDIR}/multimedia/mplayer \ ${SITE_PERL}/Image/Info.pm:${PORTSDIR}/graphics/p5-Image-Info USE_PERL5_RUN= yes |