diff options
author | gerald <gerald@FreeBSD.org> | 2009-04-10 06:48:38 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2009-04-10 06:48:38 +0800 |
commit | a4bd4c54c9d182034573fad548ddb8530cc4c320 (patch) | |
tree | e88f1743dd4f930f8c8bb365d559d30e58e5ed86 /emulators/wine-devel | |
parent | a83c593281ea6b049423382f141c0ee0bb418366 (diff) | |
download | freebsd-ports-gnome-a4bd4c54c9d182034573fad548ddb8530cc4c320.tar.gz freebsd-ports-gnome-a4bd4c54c9d182034573fad548ddb8530cc4c320.tar.zst freebsd-ports-gnome-a4bd4c54c9d182034573fad548ddb8530cc4c320.zip |
Make FreeBSD 6.3 the minimum requirement, based on missing fixes in
older versions.
Diffstat (limited to 'emulators/wine-devel')
-rw-r--r-- | emulators/wine-devel/Makefile | 4 | ||||
-rw-r--r-- | emulators/wine-devel/files/pkg-message.in | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index f6655fedcd26..01e204c6c891 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -78,8 +78,8 @@ LIB_DEPENDS+= xslt.2:${PORTSDIR}/textproc/libxslt CONFIGURE_ARGS+= --without-xslt .endif -.if ${OSVERSION} < 602000 -IGNORE= fails to properly work on versions of FreeBSD before 6.2 (due to problems with threading support) +.if ${OSVERSION} < 603000 +IGNORE= fails to properly work on versions of FreeBSD before 6.3 .endif post-patch: diff --git a/emulators/wine-devel/files/pkg-message.in b/emulators/wine-devel/files/pkg-message.in index 587808c4fac8..4a7394ead841 100644 --- a/emulators/wine-devel/files/pkg-message.in +++ b/emulators/wine-devel/files/pkg-message.in @@ -1,5 +1,5 @@ -Wine requires FreeBSD 6.2 or above; FreeBSD 7.0 or later is strongly -recommended. For FreeBSD 6.x you may want to consider the patch(es) +Wine requires FreeBSD 6.3 or above; FreeBSD 7.0 or later is strongly +recommended. For FreeBSD 6 you may want to consider the patch(es) provided at <http://wiki.freebsd.org/Wine>. The port also installs some of Wine's documentation which describes |