diff options
Diffstat (limited to 'www/osb-nrcit')
-rw-r--r-- | www/osb-nrcit/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/www/osb-nrcit/Makefile b/www/osb-nrcit/Makefile index 3485f3f34b6f..8ea59d95f793 100644 --- a/www/osb-nrcit/Makefile +++ b/www/osb-nrcit/Makefile @@ -22,4 +22,10 @@ USE_GNOME= gtk20 gnomehack INSTALLS_SHLIB= yes USE_LIBTOOL_VER=15 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${ARCH} != "i386" +BROKEN= "Does not compile on !i386" +.endif + +.include <bsd.port.post.mk> |