summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-02-05 19:24:53 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-02-05 19:24:53 +0000
commit8572f4e4415cbb1f3c3d59c8d3749bc3519b8570 (patch)
tree6c011dc8cd43226631d24f9704f8ec58cf90a5f4
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/Makefile3
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