diff options
Diffstat (limited to 'emulators/wine-devel')
-rw-r--r-- | emulators/wine-devel/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index cf24784a6332..ddd2aa4cfdc1 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -38,6 +38,10 @@ USE_GCC= 3.3 BROKEN= "Not supported on systems prior to FreeBSD 4.x" .endif +.if ${OSVERSION} >= 502000 +BROKEN= "Broken pkg-plist" +.endif + .if defined(DEBUG) STRIP= .else |