diff options
author | asami <asami@FreeBSD.org> | 2001-04-12 02:09:50 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2001-04-12 02:09:50 +0800 |
commit | 2f53eb2f5fd1eb9a7871864242850d4db9a43c31 (patch) | |
tree | 3b42335c2fecacf01e121dd244268fe629c593a6 /www | |
parent | c1dd367ee79b8104714dd339bdb0a5ebac24ae43 (diff) | |
download | freebsd-ports-gnome-2f53eb2f5fd1eb9a7871864242850d4db9a43c31.tar.gz freebsd-ports-gnome-2f53eb2f5fd1eb9a7871864242850d4db9a43c31.tar.zst freebsd-ports-gnome-2f53eb2f5fd1eb9a7871864242850d4db9a43c31.zip |
Typo (p5-Params-Validat -> p5-Params-Validate).
Submitted by: bento
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-HTML-Mason/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/p5-HTML-Mason/Makefile b/www/p5-HTML-Mason/Makefile index 254ac047d512..7b396b7f864f 100644 --- a/www/p5-HTML-Mason/Makefile +++ b/www/p5-HTML-Mason/Makefile @@ -16,7 +16,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= dsh@vlink.ru RUN_DEPENDS= ${SITE_PERL}/MLDBM.pm:${PORTSDIR}/databases/p5-MLDBM \ - ${SITE_PERL}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validat + ${SITE_PERL}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate IS_INTERACTIVE= yes PERL_CONFIGURE= yes |