diff options
author | wiz <wiz@pkgsrc.org> | 2006-07-10 17:10:18 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-07-10 17:10:18 +0000 |
commit | 604089dcc2d5299ef02ca82dcda449ea7c446ebd (patch) | |
tree | e4b1cf63fc17a858064ed8183c149f52c0813ce7 /mk | |
parent | 6d0b42ae5924abef0436a5ad7492e20e2779d7df (diff) | |
download | pkgsrc-604089dcc2d5299ef02ca82dcda449ea7c446ebd.tar.gz |
Fix typo in comment.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/buildlink3/bsd.buildlink3.mk | 4 |
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. # |