diff options
Diffstat (limited to 'security/p5-GD-SecurityImage/Makefile')
-rw-r--r-- | security/p5-GD-SecurityImage/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/security/p5-GD-SecurityImage/Makefile b/security/p5-GD-SecurityImage/Makefile index c908dd6d4ba9..bcd9f809f3aa 100644 --- a/security/p5-GD-SecurityImage/Makefile +++ b/security/p5-GD-SecurityImage/Makefile @@ -12,7 +12,7 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Perl5 module for creating CAPTCHA security images BUILD_DEPENDS= p5-GD>=0:${PORTSDIR}/graphics/p5-GD -RUN_DEPENDS= p5-GD>=0:${PORTSDIR}/graphics/p5-GD +RUN_DEPENDS:= ${BUILD_DEPENDS} OPTIONS_DEFINE= IMAGEMAGICK IMAGEMAGICK_DESC= Build ImageMagick module @@ -22,12 +22,6 @@ PORTSCOUT= skipv:1.581 USES= perl5 USE_PERL5= configure -MAN3= GD::SecurityImage.3 \ - GD::SecurityImage::GD.3 \ - GD::SecurityImage::Magick.3 \ - GD::SecurityImage::Styles.3 - -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MIMAGEMAGICK} |