aboutsummaryrefslogtreecommitdiffstats
path: root/comms
diff options
context:
space:
mode:
authorerwin <erwin@FreeBSD.org>2009-06-12 15:28:19 +0800
committererwin <erwin@FreeBSD.org>2009-06-12 15:28:19 +0800
commitc5a7960b03b7ff419d0dfc7ad8fe98182cce81db (patch)
treee45dc70f8c228b0386e9522566b6a588af1aa983 /comms
parent602cc7d4708d0960cb9ebcec1f4a293804dccb86 (diff)
downloadfreebsd-ports-gnome-c5a7960b03b7ff419d0dfc7ad8fe98182cce81db.tar.gz
freebsd-ports-gnome-c5a7960b03b7ff419d0dfc7ad8fe98182cce81db.tar.zst
freebsd-ports-gnome-c5a7960b03b7ff419d0dfc7ad8fe98182cce81db.zip
Mark BROKEN on 8.x: does not build.
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>