aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-02-23 13:13:20 +0800
committerkris <kris@FreeBSD.org>2004-02-23 13:13:20 +0800
commitc45fbd3abfb3912aa112bf7434edee7b7627bd47 (patch)
treee2d58c89bf7293d7bd6ff087da1fd622ca9ef743 /mail
parent21cf95679b69dd240bc25e5db56e9ad009e380a8 (diff)
downloadfreebsd-ports-gnome-c45fbd3abfb3912aa112bf7434edee7b7627bd47.tar.gz
freebsd-ports-gnome-c45fbd3abfb3912aa112bf7434edee7b7627bd47.tar.zst
freebsd-ports-gnome-c45fbd3abfb3912aa112bf7434edee7b7627bd47.zip
BROKEN on alpha and amd64: Does not compile
Diffstat (limited to 'mail')
-rw-r--r--mail/lmtp2nntp/Makefile8
1 files changed, 7 insertions, 1 deletions
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 <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "alpha" || ${ARCH} == "amd64"
+BROKEN= "Does not compile on alpha and amd64"
+.endif
+
+.include <bsd.port.post.mk>