diff options
Diffstat (limited to 'devel/cscout/Makefile')
-rw-r--r-- | devel/cscout/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/cscout/Makefile b/devel/cscout/Makefile index 05bea961fe26..9f416fa963b1 100644 --- a/devel/cscout/Makefile +++ b/devel/cscout/Makefile @@ -18,6 +18,8 @@ COMMENT= Source code analyzer and refactoring browser for C program collections WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} NO_BUILD= yes +ONLY_FOR_ARCHS= i386 amd64 sparc64 +ONLY_FOR_ARCHS_REASON= The port fetches and installs precompiled binaries MAN1= cscout.1 cswc.1 |