diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-25 10:43:16 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-25 10:43:16 +0000 |
commit | 48df089d672611c2533eba540e106cc24e1598ce (patch) | |
tree | 7dfcbb0c9be103991ea99b7ce60e4cf0e1bba843 /net-im | |
parent | 8ff4d617fea16c8307a1647bd90c1f65dbe2a6cb (diff) | |
download | ports-48df089d672611c2533eba540e106cc24e1598ce.tar.gz ports-48df089d672611c2533eba540e106cc24e1598ce.zip |
BROKEN on !i386: Does not compile
Notes
Notes:
svn path=/head/; revision=102074
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> |