From 31cda45e269348cf2d491c00af33f52c010f5d70 Mon Sep 17 00:00:00 2001 From: Althaf K Backer Date: Thu, 19 Jan 2012 10:59:37 +0530 Subject: [PATCH] Fixed a typo (added 'require'), fix #87 --- ports/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ports/README b/ports/README index 637007086d..53f6c22239 100644 --- a/ports/README +++ b/ports/README @@ -11,5 +11,5 @@ Dependencies from other repositories Application provided by the 'ports' repository typically expect a rich runtime environment, including shared libraries provided by the 'libports' repository. Hence, 'ports' depends on 'libports'. Furthermore, applications -may additional repositories. For example, the Arora web browser depends +may require additional repositories. For example, the Arora web browser depends on the 'qt4' repository.