aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/tardy
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2011-11-10 22:15:59 +0800
committerlinimon <linimon@FreeBSD.org>2011-11-10 22:15:59 +0800
commitf945ebc559d51492bfdc7cae3ca9e085f076f061 (patch)
tree0ae80623a84e473bc7fa40c56b1bb94dae4c3025 /archivers/tardy
parent91c4c2b8418e68e4a50e63a35d47bc9094a8e938 (diff)
downloadfreebsd-ports-gnome-f945ebc559d51492bfdc7cae3ca9e085f076f061.tar.gz
freebsd-ports-gnome-f945ebc559d51492bfdc7cae3ca9e085f076f061.tar.zst
freebsd-ports-gnome-f945ebc559d51492bfdc7cae3ca9e085f076f061.zip
Mark as broken everywhere except amd64: fails to link.
Hat: portmgr Feature safe: yes
Diffstat (limited to 'archivers/tardy')
-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>