diff options
author | kris <kris@FreeBSD.org> | 2004-02-25 18:43:16 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-25 18:43:16 +0800 |
commit | b6c902561ea98bed50f806fded6fa24fee85ec35 (patch) | |
tree | 5a34f2736e38c823c8d4f45a2656fc4002e1fe56 /net-im | |
parent | c65f7f008f71d4788fa16addd51cd912adf6fce4 (diff) | |
download | freebsd-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/Makefile | 8 |
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> |