diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-11-18 22:22:18 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-11-18 22:22:18 +0000 |
commit | 400162683cf3947b5bc3c765ab0e439cb1e65268 (patch) | |
tree | 231fdac5f1b56dce2e97eb8fafcc65827402cda2 /net-im/gyach | |
parent | 9b4534401ccbaf2c77e64aeae21434afc40e17f6 (diff) | |
download | ports-400162683cf3947b5bc3c765ab0e439cb1e65268.tar.gz ports-400162683cf3947b5bc3c765ab0e439cb1e65268.zip |
Notes
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> |