aboutsummaryrefslogtreecommitdiff
path: root/net/atmsupport
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2009-07-26 12:16:23 +0000
committerPav Lucistnik <pav@FreeBSD.org>2009-07-26 12:16:23 +0000
commit3f10d7d21e72fd9627e0c990641735ba4898e24f (patch)
treeb11edf5e571187a7f47a1feb1c4132f0fd070415 /net/atmsupport
parenta37447812bc2f210f7996db509d6f756b7072d93 (diff)
downloadports-3f10d7d21e72fd9627e0c990641735ba4898e24f.tar.gz
ports-3f10d7d21e72fd9627e0c990641735ba4898e24f.zip
Notes
Diffstat (limited to 'net/atmsupport')
-rw-r--r--net/atmsupport/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net/atmsupport/Makefile b/net/atmsupport/Makefile
index bfc2832fb963..72e6ca60a656 100644
--- a/net/atmsupport/Makefile
+++ b/net/atmsupport/Makefile
@@ -25,4 +25,10 @@ USE_LDCONFIG= yes
MAN1= unidecode.1 uniencode.1
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 800000 && ${ARCH} == "amd64"
+BROKEN= does not compile
+.endif
+
+.include <bsd.port.post.mk>