diff options
author | tnn <tnn@pkgsrc.org> | 2009-06-18 14:51:55 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2009-06-18 14:51:55 +0000 |
commit | 2ea34b78e8a73a0b871f3694339d9660c7b21c0a (patch) | |
tree | 395bc51483b02da6c03db7c77067fb31574baa7c /mk/check | |
parent | 4f55558b0baf008c264340033fcfaa556aac5c4c (diff) | |
download | pkgsrc-2ea34b78e8a73a0b871f3694339d9660c7b21c0a.tar.gz |
fix typo in comment
Diffstat (limited to 'mk/check')
-rw-r--r-- | mk/check/check-shlibs.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/check/check-shlibs.mk b/mk/check/check-shlibs.mk index 1d68a63474f..81518551e64 100644 --- a/mk/check/check-shlibs.mk +++ b/mk/check/check-shlibs.mk @@ -1,4 +1,4 @@ -# $NetBSD: check-shlibs.mk,v 1.15 2008/02/20 10:43:55 rillig Exp $ +# $NetBSD: check-shlibs.mk,v 1.16 2009/06/18 14:51:55 tnn Exp $ # # This file verifies that all libraries used by the package can be found # at run-time. @@ -12,7 +12,7 @@ # # Package-settable variables: # -# CHECK_LIBS_SUPPORTED +# CHECK_SHLIBS_SUPPORTED # Whether the check should be enabled for this package or not. # # Default value: yes |