diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2012-04-10 00:11:34 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2012-04-10 00:11:34 +0800 |
commit | 17278cf010db74930b7b4711d58d150bb09ea1e7 (patch) | |
tree | 1a2695b26624c9d3d61504d5ccf7c4261a22c466 /devel | |
parent | 2c8755ed9a0b4275d7550811ce9c78c38755415b (diff) | |
download | freebsd-ports-gnome-17278cf010db74930b7b4711d58d150bb09ea1e7.tar.gz freebsd-ports-gnome-17278cf010db74930b7b4711d58d150bb09ea1e7.tar.zst freebsd-ports-gnome-17278cf010db74930b7b4711d58d150bb09ea1e7.zip |
- Fix typo in TEST_DEPENDS
PR: ports/166766
Submitted by: swills
Feature safe: yes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-IO-Any/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-IO-Any/Makefile b/devel/p5-IO-Any/Makefile index 392832a4a504..9c845b37608d 100644 --- a/devel/p5-IO-Any/Makefile +++ b/devel/p5-IO-Any/Makefile @@ -17,8 +17,8 @@ COMMENT= IO::Any opens anything BUILD_DEPENDS= p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp RUN_DEPENDS= p5-IO-String>=0:${PORTSDIR}/devel/p5-IO-String \ p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy -TEST_DEPENDS= p5-Test-Differences>=0:${PORTSDIR}/devel/Test-Differences \ - p5-Test-Exception>=0:${PORTSDIR}/devel/Test-Exception +TEST_DEPENDS= p5-Test-Differences>=0:${PORTSDIR}/devel/p5-Test-Differences \ + p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception PERL_CONFIGURE= yes |