diff options
-rw-r--r-- | comms/asmodem/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/comms/asmodem/Makefile b/comms/asmodem/Makefile index 7c87c0dceb9f..d77f9777afb7 100644 --- a/comms/asmodem/Makefile +++ b/comms/asmodem/Makefile @@ -22,4 +22,10 @@ USE_XORG= xpm MAN1= asmodem.1 PLIST_FILES= bin/asmodem -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 800064 +BROKEN= does not build +.endif + +.include <bsd.port.post.mk> |