aboutsummaryrefslogtreecommitdiffstats
path: root/net-im
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-02-25 18:43:16 +0800
committerkris <kris@FreeBSD.org>2004-02-25 18:43:16 +0800
commitb6c902561ea98bed50f806fded6fa24fee85ec35 (patch)
tree5a34f2736e38c823c8d4f45a2656fc4002e1fe56 /net-im
parentc65f7f008f71d4788fa16addd51cd912adf6fce4 (diff)
downloadfreebsd-ports-gnome-b6c902561ea98bed50f806fded6fa24fee85ec35.tar.gz
freebsd-ports-gnome-b6c902561ea98bed50f806fded6fa24fee85ec35.tar.zst
freebsd-ports-gnome-b6c902561ea98bed50f806fded6fa24fee85ec35.zip
BROKEN on !i386: Does not compile
Diffstat (limited to 'net-im')
-rw-r--r--net-im/gtkyahoo/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net-im/gtkyahoo/Makefile b/net-im/gtkyahoo/Makefile
index 438b407b254c..7ff396c6bfc7 100644
--- a/net-im/gtkyahoo/Makefile
+++ b/net-im/gtkyahoo/Makefile
@@ -20,4 +20,10 @@ USE_GNOME= gtk12
USE_BISON= yes
GNU_CONFIGURE= yes
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} != "i386"
+BROKEN= "Does not compile"
+.endif
+
+.include <bsd.port.post.mk>