diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2011-05-15 16:00:28 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2011-05-15 16:00:28 +0000 |
commit | 290d1d412777ffba8046c737a25cfb3c96e6ea97 (patch) | |
tree | 336758b68eda643343c9b67e100aa49f9dfb129b /emulators/wine | |
parent | 2297c4042d81ed5f39d3a2fce0558f817c37e392 (diff) | |
download | ports-290d1d412777ffba8046c737a25cfb3c96e6ea97.tar.gz ports-290d1d412777ffba8046c737a25cfb3c96e6ea97.zip |
Notes
Diffstat (limited to 'emulators/wine')
-rw-r--r-- | emulators/wine/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index e426b9bf0969..a77c97cef603 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -114,8 +114,8 @@ CONFIGURE_ARGS+= --without-openal RUN_DEPENDS+= p5-XML-LibXML>0:${PORTSDIR}/textproc/p5-XML-LibXML .endif -.if ${OSVERSION} < 603000 -IGNORE= fails to properly work on versions of FreeBSD before 6.3 +.if ${OSVERSION} < 800000 +IGNORE= lacks required sound support on FreeBSD before 8.0 .endif post-patch: |