diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2013-07-03 08:14:13 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2013-07-03 08:14:13 +0000 |
commit | 5ad157df0428b48cc5d63de2aaf33b9c70ea254c (patch) | |
tree | 0942904a83e674cb0b14b3adc5695cb8c7e071af /lang/python27 | |
parent | Use BUILD_WRKSRC and ALL_TARGET instead of custom do-build: target. (diff) |
Correct syntax in kernel config is 'options'
Submitted by: kevlo
Diffstat (limited to 'lang/python27')
-rw-r--r-- | lang/python27/files/pkg-message.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python27/files/pkg-message.in b/lang/python27/files/pkg-message.in index 26e6dfa5b1ec..bc30a1259bd4 100644 --- a/lang/python27/files/pkg-message.in +++ b/lang/python27/files/pkg-message.in @@ -13,6 +13,6 @@ Install them as needed. %%SEM%%This package was built with the experimental POSIX %%SEM%%semaphore support. Please ensure that the kernel on the %%SEM%%system where you deploy this package is either compiled -%%SEM%%with 'option P1003_1B_SEMAPHORES', or has the sem.ko +%%SEM%%with 'options P1003_1B_SEMAPHORES', or has the sem.ko %%SEM%%kernel module loaded. %%SEM%%-------------------------------------------------------- |