From c45fbd3abfb3912aa112bf7434edee7b7627bd47 Mon Sep 17 00:00:00 2001 From: kris Date: Mon, 23 Feb 2004 05:13:20 +0000 Subject: BROKEN on alpha and amd64: Does not compile --- mail/lmtp2nntp/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'mail') diff --git a/mail/lmtp2nntp/Makefile b/mail/lmtp2nntp/Makefile index e5d1f7744d2d..536713b0e6d1 100644 --- a/mail/lmtp2nntp/Makefile +++ b/mail/lmtp2nntp/Makefile @@ -17,4 +17,10 @@ MAN8= lmtp2nntp.8 PLIST_FILES= sbin/lmtp2nntp HAS_CONFIGURE= yes -.include +.include + +.if ${ARCH} == "alpha" || ${ARCH} == "amd64" +BROKEN= "Does not compile on alpha and amd64" +.endif + +.include -- cgit