diff options
Diffstat (limited to 'net-im/gyach')
-rw-r--r-- | net-im/gyach/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/net-im/gyach/Makefile b/net-im/gyach/Makefile index a24b1dc67832..3961273c9120 100644 --- a/net-im/gyach/Makefile +++ b/net-im/gyach/Makefile @@ -20,4 +20,10 @@ CONFIGURE_ENV= CFLAGS="${CFLAGS} ${PTHREAD_FLAGS}" \ USE_GNOME= gtk20 USE_X_PREFIX= yes -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${ARCH} != "i386" +BROKEN= "Does not compile on !i386" +.endif + +.include <bsd.port.post.mk> |