aboutsummaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2006-07-15 18:10:56 +0000
committerMark Linimon <linimon@FreeBSD.org>2006-07-15 18:10:56 +0000
commitae655eb717a014c376d8b1311f4110636714f1be (patch)
tree9ca1d53aebf828d082050f81034c03052c490507 /emulators
parentfc8cfc55e9d7c0f58fb91092992bdeb9c477cde4 (diff)
downloadports-ae655eb717a014c376d8b1311f4110636714f1be.tar.gz
ports-ae655eb717a014c376d8b1311f4110636714f1be.zip
Notes
Diffstat (limited to 'emulators')
-rw-r--r--emulators/hugo/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/emulators/hugo/Makefile b/emulators/hugo/Makefile
index 544b1be922ae..a407b2f38cad 100644
--- a/emulators/hugo/Makefile
+++ b/emulators/hugo/Makefile
@@ -61,4 +61,8 @@ post-patch:
LIB_DEPENDS+= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
.endif
+.if ${ARCH} != "i386"
+BROKEN= fails to install
+.endif
+
.include <bsd.port.post.mk>