diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-06 17:22:52 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-06 17:22:52 +0000 |
commit | ccd32ccbc937b5ce58fa54b3c529e918d11ef2ba (patch) | |
tree | ed1dd7cc983008686a5f08d3d1620ba45cb6aa12 /security/p5-Authen-Captcha | |
parent | 4e9e8df953c5f03341a292ca153097b2a6cdfcfc (diff) | |
download | ports-ccd32ccbc937b5ce58fa54b3c529e918d11ef2ba.tar.gz ports-ccd32ccbc937b5ce58fa54b3c529e918d11ef2ba.zip |
Notes
Diffstat (limited to 'security/p5-Authen-Captcha')
-rw-r--r-- | security/p5-Authen-Captcha/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/p5-Authen-Captcha/Makefile b/security/p5-Authen-Captcha/Makefile index bece76f21b41..5bb800d20403 100644 --- a/security/p5-Authen-Captcha/Makefile +++ b/security/p5-Authen-Captcha/Makefile @@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module to verify the human element in transactions -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD +BUILD_DEPENDS= p5-GD>=0:${PORTSDIR}/graphics/p5-GD RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |