diff options
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> |