diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2005-01-09 18:29:20 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2005-01-09 18:29:20 +0000 |
commit | d6d57c872c52287da8addc207d44f223eb18fc0d (patch) | |
tree | cfc8fdc462d9b2b52dd785c1c303b9524d149448 /emulators/wine-devel | |
parent | Let skype know where the resources are located: (diff) |
This port actually builds on FreeBSD 4.x, it just does not work. Mark it
IGNORE instead of BROKEN.
Suggested by: kris
Diffstat (limited to 'emulators/wine-devel')
-rw-r--r-- | emulators/wine-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index f368b099ff14..0bb04005ef9a 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -36,7 +36,7 @@ USE_GCC= 3.4 .include <bsd.port.pre.mk> .if ${OSVERSION} < 503000 -BROKEN= "Versions of FreeBSD before 5.3 lack sufficient threading support" +IGNORE= Versions of FreeBSD before 5.3 lack sufficient threading support .endif .if defined(DEBUG) |