diff options
author | Matthew Seaman <matthew@FreeBSD.org> | 2013-12-08 22:38:52 +0000 |
---|---|---|
committer | Matthew Seaman <matthew@FreeBSD.org> | 2013-12-08 22:38:52 +0000 |
commit | 08f342435d49d94edb5d5780db619af89e7f3038 (patch) | |
tree | e40af42880ba18d7a3f8182977ac3694849fcd35 /www/rt40 | |
parent | 8c574fc8e99bf7925d457cd82c1b398343d36dfb (diff) |
Notes
Diffstat (limited to 'www/rt40')
-rw-r--r-- | www/rt40/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/rt40/Makefile b/www/rt40/Makefile index d946bfa382bf..63d1f9b336b6 100644 --- a/www/rt40/Makefile +++ b/www/rt40/Makefile @@ -13,13 +13,15 @@ CONFLICTS= rt-3.8* rt42-4.2* brlcad-[0-9]* PKGNAMESUFFIX= 40 NEED_ROOT= yes +NO_ARCH= yes + # See doc/web_deployment.pod for info on the choices of webserver / # webapp combinations. Note: if using apache, apache-2.2+ is # recommended. For deployment with nginx, use the SPAWN_FCGI method # or the builtin webserver with a FCGI handler. # # The builtin standalone PSGI based webserver is always available, no -# mater what choice of web deployment platform, or none, that you +# matter what choice of web deployment platform, or none, that you # make. Best Practical state that this is really only suitable for # development usage, although I have heard reports of people using it # successfully for medium sized deployments. If you only want the |