diff options
author | linimon <linimon@FreeBSD.org> | 2006-07-15 18:10:56 +0000 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2006-07-15 18:10:56 +0000 |
commit | 7cab55e90698c4b37bf37a652c69c87eb448d33e (patch) | |
tree | 6b75631c6dffa483553f77c18ce46bd5e1c4cd84 /emulators/hugo | |
parent | 19fb0ccab60607ab6dca8d4d7205eb31cf4f8b54 (diff) | |
download | FreeBSD-ports-7cab55e90698c4b37bf37a652c69c87eb448d33e.zip FreeBSD-ports-7cab55e90698c4b37bf37a652c69c87eb448d33e.tar.gz |
Mark as broken on !i386: fails to install.
Diffstat (limited to 'emulators/hugo')
-rw-r--r-- | emulators/hugo/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/emulators/hugo/Makefile b/emulators/hugo/Makefile index 544b1be..a407b2f 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> |