Sat Jun 14 08:55:58 2008 UTC ()
Fix typo.


(joerg)
diff -r1.18 -r1.19 pkgsrc/mk/features/features-vars.mk

cvs diff -r1.18 -r1.19 pkgsrc/mk/features/features-vars.mk (expand / switch to unified diff)

--- pkgsrc/mk/features/features-vars.mk 2008/05/26 17:48:27 1.18
+++ pkgsrc/mk/features/features-vars.mk 2008/06/14 08:55:58 1.19
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1# $NetBSD: features-vars.mk,v 1.18 2008/05/26 17:48:27 tnn Exp $ 1# $NetBSD: features-vars.mk,v 1.19 2008/06/14 08:55:58 joerg Exp $
2# 2#
3# The platforms that are supported by pkgsrc differ in the amount of 3# The platforms that are supported by pkgsrc differ in the amount of
4# functions they provide in the C library (libc). Functions that are 4# functions they provide in the C library (libc). Functions that are
5# typically available on NetBSD are provided in the libnbcomat package. 5# typically available on NetBSD are provided in the libnbcompat package.
6# 6#
7# This file defines a set of "features" that some packages require. 7# This file defines a set of "features" that some packages require.
8# Whenever a package makes use of them, it should list the features in 8# Whenever a package makes use of them, it should list the features in
9# the USE_FEATURES variable. (It serves a similar purpose as USE_TOOLS.) 9# the USE_FEATURES variable. (It serves a similar purpose as USE_TOOLS.)
10# 10#
11# The *.c files that use the features must be patched a little. When 11# The *.c files that use the features must be patched a little. When
12# there are missing features, the C preprocessor macro HAVE_NBCOMPAT_H 12# there are missing features, the C preprocessor macro HAVE_NBCOMPAT_H
13# will be defined to 1. In this case, the headers from the nbcompat 13# will be defined to 1. In this case, the headers from the nbcompat
14# directory must be included. 14# directory must be included.
15# 15#
16# === Example === 16# === Example ===
17# 17#
18# In the package Makefile: 18# In the package Makefile: