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 | |
parent | 8ff4d617fea16c8307a1647bd90c1f65dbe2a6cb (diff) |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/gtkyahoo/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/net/gtkyahoo/Makefile b/net/gtkyahoo/Makefile index 438b407b254c..7ff396c6bfc7 100644 --- a/net/gtkyahoo/Makefile +++ b/net/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> |