summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2008-06-02 18:55:11 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2008-06-02 18:55:11 +0000
commitfe6c55871fb33f21c12515ae1a210a121a70db06 (patch)
tree126d05e0439f3571795001e00b744a474505435c /editors
parentMove a bit south and slightly west. (diff)
- Add sparc64 to the list of supported platforms
- Bump PORTREVISION
Notes
Notes: svn path=/head/; revision=214194
Diffstat (limited to 'editors')
-rw-r--r--editors/code-browser/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/code-browser/Makefile b/editors/code-browser/Makefile
index daa35a299d0f..ef7e1328ac91 100644
--- a/editors/code-browser/Makefile
+++ b/editors/code-browser/Makefile
@@ -8,6 +8,7 @@
PORTNAME= code-browser
PORTVERSION= 3.2
+PORTREVISION= 1
CATEGORIES= editors
MASTER_SITES= SF
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
@@ -36,7 +37,7 @@ PLIST_DIRS= %%DATADIR%%/config-optional \
.include <bsd.port.pre.mk>
-ONLY_FOR_ARCHS= i386 amd64
+ONLY_FOR_ARCHS= i386 amd64 sparc64
ONLY_FOR_ARCHS_REASON= does not build on ${ARCH}; signal 11 errors during build
.if ${ARCH} != "i386"