diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2009-06-12 07:28:19 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2009-06-12 07:28:19 +0000 |
commit | 701a456244e42e641a6df24d215268c9d2819e81 (patch) | |
tree | 4f7e567c6a50309bcf2bf2f7e4991170a4a78c2b /comms | |
parent | d05dc083fd02cdcb87ade5fb77827dbd5edd612b (diff) |
Notes
Diffstat (limited to 'comms')
-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> |