diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2015-04-25 16:22:11 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2015-04-25 16:22:11 +0000 |
commit | 586cee4ea6ef6392af03419f880cdcfecc1ef4f1 (patch) | |
tree | 9e9a88c738bc296b21e261a5e0d1d8fe95a3e5d0 | |
parent | - Update to 2.000001 (diff) |
Switch TEST_DEPEND from p5-CGI.pm to p5-CGI.
Notes
Notes:
svn path=/head/; revision=384739
-rw-r--r-- | www/p5-HTML-FillInForm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/p5-HTML-FillInForm/Makefile b/www/p5-HTML-FillInForm/Makefile index b87edb9721fa..e8068e2788c1 100644 --- a/www/p5-HTML-FillInForm/Makefile +++ b/www/p5-HTML-FillInForm/Makefile @@ -15,7 +15,7 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-HTML-Parser>=3.26:${PORTSDIR}/www/p5-HTML-Parser RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-CGI.pm>=0:${PORTSDIR}/www/p5-CGI.pm +TEST_DEPENDS= p5-CGI>=0:${PORTSDIR}/www/p5-CGI INSTALL_TARGET= pure_install USES= perl5 |