diff options
-rw-r--r-- | emulators/wine-devel/pkg-message | 5 | ||||
-rw-r--r-- | emulators/wine/pkg-message | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/emulators/wine-devel/pkg-message b/emulators/wine-devel/pkg-message index b639ab6..6a56d4d 100644 --- a/emulators/wine-devel/pkg-message +++ b/emulators/wine-devel/pkg-message @@ -1,5 +1,6 @@ -In order to use Wine you need to build and install a new kernel with -options USER_LDT, SYSVSHM, SYSVSEM, and SYSVMSG. +In order to use Wine on FreeBSD 4.x, you need a kernel with option USER_LDT +enabled. You also need options SYSVSHM, SYSVSEM, and SYSVMSG; these are +default on FreeBSD 4.x and above. Wine requires a configuration file .wine/config in the home directory of every user, where assignments of Unix directories to DOS drive letters and diff --git a/emulators/wine/pkg-message b/emulators/wine/pkg-message index b639ab6..6a56d4d 100644 --- a/emulators/wine/pkg-message +++ b/emulators/wine/pkg-message @@ -1,5 +1,6 @@ -In order to use Wine you need to build and install a new kernel with -options USER_LDT, SYSVSHM, SYSVSEM, and SYSVMSG. +In order to use Wine on FreeBSD 4.x, you need a kernel with option USER_LDT +enabled. You also need options SYSVSHM, SYSVSEM, and SYSVMSG; these are +default on FreeBSD 4.x and above. Wine requires a configuration file .wine/config in the home directory of every user, where assignments of Unix directories to DOS drive letters and |