diff options
| author | Tobias C. Berner <tcberner@FreeBSD.org> | 2021-10-30 18:08:16 +0000 |
|---|---|---|
| committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2021-12-11 13:50:53 +0000 |
| commit | 45526ecbeec33dbb87f0b678d4c04988aab9b657 (patch) | |
| tree | b77614b463af0ed929512fcc838ff5cb20c96275 /graphics/imageindex | |
| parent | a148ebec4e0afe980f949de0dea5ef4931cb7e86 (diff) | |
Diffstat (limited to 'graphics/imageindex')
| -rw-r--r-- | graphics/imageindex/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/imageindex/Makefile b/graphics/imageindex/Makefile index 9eaaa8ffc532..195fb53c5f6f 100644 --- a/graphics/imageindex/Makefile +++ b/graphics/imageindex/Makefile @@ -10,11 +10,10 @@ MASTER_SITES= http://www.edwinh.org/imageindex/release/ \ MAINTAINER= johnjen@reynoldsnet.org COMMENT= Digital photo gallery tool -RUN_DEPENDS= convert:graphics/ImageMagick6 \ - mplayer:multimedia/mplayer \ +RUN_DEPENDS= mplayer:multimedia/mplayer \ p5-Image-Info>=0:graphics/p5-Image-Info -USES= jpeg perl5 +USES= jpeg magick:6,run perl5 USE_PERL5= run MAKE_ARGS+= PERLPATH=${PERL} PREFIX=${STAGEDIR}${PREFIX} |
