diff options
| author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2007-09-03 11:47:06 +0000 |
|---|---|---|
| committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2007-09-03 11:47:06 +0000 |
| commit | 107ff710d4a8820b78f73d6353a670155021811d (patch) | |
| tree | 3ebda7263ff636f263552842a061fc6d047cf202 /editors/code-browser/Makefile | |
| parent | 0678d828e0ac1a7a46dc998c204296a73caa44f3 (diff) | |
Notes
Diffstat (limited to 'editors/code-browser/Makefile')
| -rw-r--r-- | editors/code-browser/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/editors/code-browser/Makefile b/editors/code-browser/Makefile index eac212e49618..53b4d396692b 100644 --- a/editors/code-browser/Makefile +++ b/editors/code-browser/Makefile @@ -7,7 +7,7 @@ # PORTNAME= code-browser -PORTVERSION= 2.15 +PORTVERSION= 2.16 CATEGORIES= editors MASTER_SITES= SF DISTNAME= ${PORTNAME}-${PORTVERSION}-src @@ -34,9 +34,8 @@ PLIST_DIRS= %%DATADIR%%/config-optional \ .include <bsd.port.pre.mk> -.if ${ARCH} != "i386" && ${ARCH} != "amd64" -BROKEN= does not build on ${ARCH}; signal 11 errors during build -.endif +ONLY_FOR_ARCHS= i386 amd64 +ONLY_FOR_ARCHS_REASON= does not build on ${ARCH}; signal 11 errors during build .if ${ARCH} != "i386" MAKE_ARGS+= MODE=64 |
