diff options
Diffstat (limited to 'graphics/renrot/Makefile')
-rw-r--r-- | graphics/renrot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/renrot/Makefile b/graphics/renrot/Makefile index 7c8987e7eada..9c8063a20754 100644 --- a/graphics/renrot/Makefile +++ b/graphics/renrot/Makefile @@ -28,7 +28,7 @@ PORTDOCS= AUTHORS README ChangeLog NEWS TODO .include <bsd.port.options.mk> .if defined(WITH_IMAGEMAGICK) -RUN_DEPENDS+= ImageMagick>=0:${PORTSDIR}/graphics/ImageMagick +RUN_DEPENDS+= convert:${PORTSDIR}/graphics/ImageMagick .endif post-install: |