aboutsummaryrefslogtreecommitdiff
path: root/archivers/tardy/Makefile
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2011-11-10 14:15:59 +0000
committerMark Linimon <linimon@FreeBSD.org>2011-11-10 14:15:59 +0000
commit485d346367d00b42dd25dc6391152648a5c75609 (patch)
tree9efdc4e02cb3afb5b26a1c8ab6affe94c3fed31d /archivers/tardy/Makefile
parente8b17c4864b4599875e5a6e91b598f03e4cc26c8 (diff)
downloadports-485d346367d00b42dd25dc6391152648a5c75609.tar.gz
ports-485d346367d00b42dd25dc6391152648a5c75609.zip
Notes
Diffstat (limited to 'archivers/tardy/Makefile')
-rw-r--r--archivers/tardy/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/archivers/tardy/Makefile b/archivers/tardy/Makefile
index 0598c09ff28d..21df49f789ba 100644
--- a/archivers/tardy/Makefile
+++ b/archivers/tardy/Makefile
@@ -39,4 +39,10 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bin/${PORTNAME} ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/man/man1/${MAN1} ${MANPREFIX}/man/man1
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "i386" || ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
+BROKEN= Does not link
+.endif
+
+.include <bsd.port.post.mk>