diff options
author | Diomidis Spinellis <dds@FreeBSD.org> | 2006-10-02 10:23:24 +0000 |
---|---|---|
committer | Diomidis Spinellis <dds@FreeBSD.org> | 2006-10-02 10:23:24 +0000 |
commit | ef9f54d09e9ab9dc57a6092f2d24049cf8ea038e (patch) | |
tree | 775223d747933400350c9d0593364bdb5fe53604 /devel/cscout | |
parent | 3de92f9fc3ca2b60938fd1b1fa34110fdd50495b (diff) | |
download | ports-ef9f54d09e9ab9dc57a6092f2d24049cf8ea038e.tar.gz ports-ef9f54d09e9ab9dc57a6092f2d24049cf8ea038e.zip |
Notes
Diffstat (limited to 'devel/cscout')
-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 |