diff options
author | joerg <joerg> | 2008-06-14 08:55:58 +0000 |
---|---|---|
committer | joerg <joerg> | 2008-06-14 08:55:58 +0000 |
commit | e2ca58cb586ddc3ae6cdf0023fe8a223ac4bf0d3 (patch) | |
tree | 80106e9244ac611ede9275ee1b49af562462730c /mk | |
parent | f99646b376386cdf410116e647f5a97835438016 (diff) | |
download | pkgsrc-e2ca58cb586ddc3ae6cdf0023fe8a223ac4bf0d3.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 |