diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2004-02-10 20:57:22 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2004-02-10 20:57:22 +0000 |
commit | 053b1e444c7bdfc46b1958429ecee22be822b93a (patch) | |
tree | 5fad9e42e081d6cb73029d22027c3809c6ca9632 /graphics/xrml | |
parent | Add CONFLICTS, portlint. (diff) |
Per maintainer, needs gcc2.95 to run, which means that there is no
point building it on the 64-bit archs. Note: this does not (yet)
fix the plist errors that I see.
Diffstat (limited to 'graphics/xrml')
-rw-r--r-- | graphics/xrml/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/xrml/Makefile b/graphics/xrml/Makefile index 6772f554bbed..21839057d13b 100644 --- a/graphics/xrml/Makefile +++ b/graphics/xrml/Makefile @@ -34,7 +34,8 @@ PLIST_SUB= WITH_EXAMPLES="" .include <bsd.port.pre.mk> .if ${OSVERSION} > 500000 -USE_GCC=2.95 +USE_GCC= 2.95 +NOT_FOR_ARCHS= amd64 sparc64 ia64 .endif .ifndef (WITH_EXAMPLES) |