aboutsummaryrefslogtreecommitdiff
path: root/devel/xmake
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2008-06-01 09:42:37 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2008-06-01 09:42:37 +0000
commita249020977a2394eb6f6b41a59e49167878d5f8d (patch)
tree5d607d247327f1beb39661a2ddfb9b78f6f2cd45 /devel/xmake
parent75ef30fdb03f8f8cf0ccf2ea00b086adac621054 (diff)
downloadports-a249020977a2394eb6f6b41a59e49167878d5f8d.tar.gz
ports-a249020977a2394eb6f6b41a59e49167878d5f8d.zip
Large round of typo fixes in ports/devel (pkg-descr).
Notes
Notes: svn path=/head/; revision=214100
Diffstat (limited to 'devel/xmake')
-rw-r--r--devel/xmake/pkg-descr2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/xmake/pkg-descr b/devel/xmake/pkg-descr
index 3f1bcc5f6e19..79ec3aae8c56 100644
--- a/devel/xmake/pkg-descr
+++ b/devel/xmake/pkg-descr
@@ -1,6 +1,6 @@
XMake is a make utility. It is not compatible with other makes, but
provides extended functionality over most standard makes. Whereas most
other makes have confusing rulesets and do not support many-to-many
-dependancy specifications, XMake has relatively few (basically no) rulesets
+dependency specifications, XMake has relatively few (basically no) rulesets
and allows you to easily specify many:many dependencies. This gives XMake
the flexibility to deal with complex project hierarchies very simply.