diff options
author | kris <kris@FreeBSD.org> | 2004-02-07 20:25:19 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-07 20:25:19 +0800 |
commit | 20fd68e528519dbc109f9575aa98df23a091ff26 (patch) | |
tree | c6729fb626f6affb342d3f3a02e679c649ae1494 /emulators | |
parent | f43c05f9bf6f11f46cdb47e8a8f3c85ac1dd4612 (diff) | |
download | freebsd-ports-gnome-20fd68e528519dbc109f9575aa98df23a091ff26.tar.gz freebsd-ports-gnome-20fd68e528519dbc109f9575aa98df23a091ff26.tar.zst freebsd-ports-gnome-20fd68e528519dbc109f9575aa98df23a091ff26.zip |
BROKEN on 5.x: Does not compile
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/twin/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/emulators/twin/Makefile b/emulators/twin/Makefile index f0813fc7a46e..1dd226322418 100644 --- a/emulators/twin/Makefile +++ b/emulators/twin/Makefile @@ -41,6 +41,10 @@ INSTALLS_SHLIB= yes USE_GCC= 3.2 .endif +.if ${OSVERSION} >= 502000 +BROKEN= "Does not compile" +.endif + FMT?= /usr/bin/fmt LIBRARIES= libadvapi32.so libcomctl32.so libcomm.so \ |