aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python27
diff options
context:
space:
mode:
authorlwhsu <lwhsu@FreeBSD.org>2013-07-03 16:14:13 +0800
committerlwhsu <lwhsu@FreeBSD.org>2013-07-03 16:14:13 +0800
commitf1a16016324275ff122e9a5e2eae7570d3287b42 (patch)
tree0942904a83e674cb0b14b3adc5695cb8c7e071af /lang/python27
parentde4ce9a466a8f5effcbf5f531be63dbd7b4f129c (diff)
downloadfreebsd-ports-gnome-f1a16016324275ff122e9a5e2eae7570d3287b42.tar.gz
freebsd-ports-gnome-f1a16016324275ff122e9a5e2eae7570d3287b42.tar.zst
freebsd-ports-gnome-f1a16016324275ff122e9a5e2eae7570d3287b42.zip
Correct syntax in kernel config is 'options'
Submitted by: kevlo
Diffstat (limited to 'lang/python27')
-rw-r--r--lang/python27/files/pkg-message.in2
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%%--------------------------------------------------------