diff options
| author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-01-03 01:48:58 +0000 |
|---|---|---|
| committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-01-03 01:48:58 +0000 |
| commit | 1f0496244616625e3eb6a5ac932e32aa014c22a8 (patch) | |
| tree | caea818b0215de226cb34397ee72f28c885050e7 | |
| parent | - Fix build with libc++, dropping hardcoded -lstdc++ from the right Makefile. (diff) | |
Fix typo (=> to >=).
Obtained from: pkg-fallout@
Diffstat (limited to '')
| -rw-r--r-- | www/p5-Test-Nginx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/p5-Test-Nginx/Makefile b/www/p5-Test-Nginx/Makefile index 5af0e325712e..7d43a114d4ea 100644 --- a/www/p5-Test-Nginx/Makefile +++ b/www/p5-Test-Nginx/Makefile @@ -14,7 +14,7 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual BUILD_DEPENDS= p5-Test-LongString>=0:${PORTSDIR}/devel/p5-Test-LongString \ - p5-Test-Base=>0:${PORTSDIR}/devel/p5-Test-Base \ + p5-Test-Base>=0:${PORTSDIR}/devel/p5-Test-Base \ p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \ p5-Text-Diff>=0:${PORTSDIR}/textproc/p5-Text-Diff \ p5-libwww>=6:${PORTSDIR}/www/p5-libwww |
