diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-23 05:13:20 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-23 05:13:20 +0000 |
commit | 0dcf72d321b489df5fd29aaa1c051e55fe863e47 (patch) | |
tree | 2138a1713f599bf2ee4db0f360a35bbfe7db54a2 /mail/lmtp2nntp | |
parent | 28836626dd08e58e7563354eed5b0d19bfc5c526 (diff) | |
download | ports-0dcf72d321b489df5fd29aaa1c051e55fe863e47.tar.gz ports-0dcf72d321b489df5fd29aaa1c051e55fe863e47.zip |
Notes
Diffstat (limited to 'mail/lmtp2nntp')
-rw-r--r-- | mail/lmtp2nntp/Makefile | 8 |
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> |