diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-30 12:42:52 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-30 12:42:52 +0000 |
commit | c9b4f372f45de0fc56af0a64e1f851a1e22a9279 (patch) | |
tree | 7f80c1c66cbf0347e6332598f6c4b63f7fff070a /graphics/imageindex | |
parent | 657447da66b38ad1fbbfe5d9829ede801ebd2923 (diff) | |
download | ports-c9b4f372f45de0fc56af0a64e1f851a1e22a9279.tar.gz ports-c9b4f372f45de0fc56af0a64e1f851a1e22a9279.zip |
Notes
Diffstat (limited to 'graphics/imageindex')
-rw-r--r-- | graphics/imageindex/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/imageindex/Makefile b/graphics/imageindex/Makefile index 0ba9b2192baf..8753ade92189 100644 --- a/graphics/imageindex/Makefile +++ b/graphics/imageindex/Makefile @@ -19,7 +19,7 @@ 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 + p5-Image-Info>=0:${PORTSDIR}/graphics/p5-Image-Info USE_PERL5_RUN= yes MAKE_ARGS+= PERLPATH=${PERL} |