diff options
| author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-05 19:24:53 +0000 |
|---|---|---|
| committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-05 19:24:53 +0000 |
| commit | 8572f4e4415cbb1f3c3d59c8d3749bc3519b8570 (patch) | |
| tree | 6c011dc8cd43226631d24f9704f8ec58cf90a5f4 | |
| parent | - Use DOCSDIR and make portlint happy (diff) | |
- Utilize NOT_FOR_ARCHS (Code is not 64-bit clean yet. So
disable all 64-bit archs)
PR: ports/62327
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=100070
| -rw-r--r-- | devel/ace+tao/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/ace+tao/Makefile b/devel/ace+tao/Makefile index 08c11d4856d8..0aea0111a6c7 100644 --- a/devel/ace+tao/Makefile +++ b/devel/ace+tao/Makefile @@ -27,6 +27,9 @@ USE_GMAKE= yes USE_REINPLACE= yes INSTALLS_SHLIB= yes +# Code is not 64-bit clean yet +NOT_FOR_ARCHS= ia64 amd64 sparc64 + TESTS= "@comment " .if defined(WITH_TESTS) USE_PERL5_BUILD= yes |
