aboutsummaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2009-06-12 07:28:19 +0000
committerErwin Lansing <erwin@FreeBSD.org>2009-06-12 07:28:19 +0000
commit701a456244e42e641a6df24d215268c9d2819e81 (patch)
tree4f7e567c6a50309bcf2bf2f7e4991170a4a78c2b /comms
parentd05dc083fd02cdcb87ade5fb77827dbd5edd612b (diff)
downloadports-701a456244e42e641a6df24d215268c9d2819e81.tar.gz
ports-701a456244e42e641a6df24d215268c9d2819e81.zip
Mark BROKEN on 8.x: does not build.
Notes
Notes: svn path=/head/; revision=235630
Diffstat (limited to 'comms')
-rw-r--r--comms/asmodem/Makefile8
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>