summaryrefslogtreecommitdiffstats
path: root/net-im/gyach
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-11-18 22:22:18 +0000
committerkris <kris@FreeBSD.org>2004-11-18 22:22:18 +0000
commit1ef94996d19f4b19454b19c6fb833fe4c867f581 (patch)
treef3fed17b6c6077f8c1ffd0b277cb2847b2739936 /net-im/gyach
parentb1d12dd70b288f7f33ceebe39d481b95d8a172ed (diff)
downloadFreeBSD-ports-1ef94996d19f4b19454b19c6fb833fe4c867f581.zip
FreeBSD-ports-1ef94996d19f4b19454b19c6fb833fe4c867f581.tar.gz
BROKEN on !i386: Does not compile
Diffstat (limited to 'net-im/gyach')
-rw-r--r--net-im/gyach/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net-im/gyach/Makefile b/net-im/gyach/Makefile
index a24b1dc..3961273c 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>
OpenPOWER on IntegriCloud