summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorwiz <wiz>2006-07-10 17:10:18 +0000
committerwiz <wiz>2006-07-10 17:10:18 +0000
commit041b16b0d2169bfa82bb9ad0dd4df6ab9be68936 (patch)
treee4b1cf63fc17a858064ed8183c149f52c0813ce7 /mk
parent52b3a092a83e2f861f236db79d927722c1c0cde0 (diff)
downloadpkgsrc-041b16b0d2169bfa82bb9ad0dd4df6ab9be68936.tar.gz
Fix typo in comment.
Diffstat (limited to 'mk')
-rw-r--r--mk/buildlink3/bsd.buildlink3.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/buildlink3/bsd.buildlink3.mk b/mk/buildlink3/bsd.buildlink3.mk
index cb3ebcac634..09dc48363e2 100644
--- a/mk/buildlink3/bsd.buildlink3.mk
+++ b/mk/buildlink3/bsd.buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.buildlink3.mk,v 1.183 2006/07/10 17:06:26 jlam Exp $
+# $NetBSD: bsd.buildlink3.mk,v 1.184 2006/07/10 17:10:18 wiz Exp $
#
# Copyright (c) 2004 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -139,7 +139,7 @@ BUILDLINK_DEPMETHOD.${_pkg_}?= full
# _BLNK_DEPENDS contains all of the elements of _BLNK_PACKAGES for which
# we must add a dependency. We add a dependency if we aren't using the
-# built-in version of the package, and the package was either explictly
+# built-in version of the package, and the package was either explicitly
# requested as a dependency (BUILDLINK_DEPENDS) or is a build dependency
# somewhere in the chain.
#