diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2006-07-15 18:10:56 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2006-07-15 18:10:56 +0000 |
commit | ae655eb717a014c376d8b1311f4110636714f1be (patch) | |
tree | 9ca1d53aebf828d082050f81034c03052c490507 /emulators/hugo | |
parent | fc8cfc55e9d7c0f58fb91092992bdeb9c477cde4 (diff) | |
download | ports-ae655eb717a014c376d8b1311f4110636714f1be.tar.gz ports-ae655eb717a014c376d8b1311f4110636714f1be.zip |
Notes
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 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> |