aboutsummaryrefslogtreecommitdiff
path: root/net-im/meanwhile
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-11-18 22:22:18 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-11-18 22:22:18 +0000
commit400162683cf3947b5bc3c765ab0e439cb1e65268 (patch)
tree231fdac5f1b56dce2e97eb8fafcc65827402cda2 /net-im/meanwhile
parent9b4534401ccbaf2c77e64aeae21434afc40e17f6 (diff)
downloadports-400162683cf3947b5bc3c765ab0e439cb1e65268.tar.gz
ports-400162683cf3947b5bc3c765ab0e439cb1e65268.zip
BROKEN on !i386: Does not compile
Notes
Notes: svn path=/head/; revision=121924
Diffstat (limited to 'net-im/meanwhile')
-rw-r--r--net-im/meanwhile/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net-im/meanwhile/Makefile b/net-im/meanwhile/Makefile
index aa7c8ed3246e..a9ef240a6519 100644
--- a/net-im/meanwhile/Makefile
+++ b/net-im/meanwhile/Makefile
@@ -20,4 +20,10 @@ USE_GNOME= gnomehack glib20
INSTALLS_SHLIB= yes
USE_LIBTOOL_VER=15
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} != "i386"
+BROKEN= "Does not compile on !i386"
+.endif
+
+.include <bsd.port.post.mk>