diff options
author | joerg <joerg@pkgsrc.org> | 2008-06-14 08:55:58 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-06-14 08:55:58 +0000 |
commit | 400536b681f54980b2b98fb9a52854d51b0246ea (patch) | |
tree | 80106e9244ac611ede9275ee1b49af562462730c /mk | |
parent | b762b2f95138f3ca50a5cf303a67bf2832fe6870 (diff) | |
download | pkgsrc-400536b681f54980b2b98fb9a52854d51b0246ea.tar.gz |
Fix typo.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/features/features-vars.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/features/features-vars.mk b/mk/features/features-vars.mk index 331f2d2b761..4d2a2d8fec7 100644 --- a/mk/features/features-vars.mk +++ b/mk/features/features-vars.mk @@ -1,8 +1,8 @@ -# $NetBSD: features-vars.mk,v 1.18 2008/05/26 17:48:27 tnn Exp $ +# $NetBSD: features-vars.mk,v 1.19 2008/06/14 08:55:58 joerg Exp $ # # The platforms that are supported by pkgsrc differ in the amount of # functions they provide in the C library (libc). Functions that are -# typically available on NetBSD are provided in the libnbcomat package. +# typically available on NetBSD are provided in the libnbcompat package. # # This file defines a set of "features" that some packages require. # Whenever a package makes use of them, it should list the features in |