diff options
author | dds <dds@FreeBSD.org> | 2006-10-02 18:23:24 +0800 |
---|---|---|
committer | dds <dds@FreeBSD.org> | 2006-10-02 18:23:24 +0800 |
commit | 6ff90aa455f104433a6055690d67b9d3c2b11cdc (patch) | |
tree | f753d93909c2e97d18d5cc5644b973a90197e1b2 /devel/cscout | |
parent | 06e34950c2fb1188821dc2682f35e2c3ced2fbe6 (diff) | |
download | freebsd-ports-gnome-6ff90aa455f104433a6055690d67b9d3c2b11cdc.tar.gz freebsd-ports-gnome-6ff90aa455f104433a6055690d67b9d3c2b11cdc.tar.zst freebsd-ports-gnome-6ff90aa455f104433a6055690d67b9d3c2b11cdc.zip |
Add ONLY_FOR_ARCHS to document supported binaries.
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 |