summaryrefslogtreecommitdiff
path: root/sysutils/ltrace
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2003-06-29 14:51:20 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2003-06-29 14:51:20 +0000
commit78ca0c056e70ab1669e08b9eec27063d50257d89 (patch)
tree3088c66b41e63951fd9d054ac0dabf8118841987 /sysutils/ltrace
parentUpdate to 0.8.10a (diff)
This ports's FreeBSD/ subdirectory only includes code for i386.
Another directory has code for sparc if anyone wishes to take that on, in the meantime set ONLY_FOR_ARCHS. PR: 53472 Submitted by: Mark Linimon <linimon@lonesome.com>
Notes
Notes: svn path=/head/; revision=83836
Diffstat (limited to 'sysutils/ltrace')
-rw-r--r--sysutils/ltrace/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/sysutils/ltrace/Makefile b/sysutils/ltrace/Makefile
index 162a0889a4fe..e7d663cd10ed 100644
--- a/sysutils/ltrace/Makefile
+++ b/sysutils/ltrace/Makefile
@@ -15,6 +15,10 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-fbsd
MAINTAINER= ports@FreeBSD.org
COMMENT= Dynamic Library Tracer -- similar to strace, but it traces library calls
+# Although there is sparc code under the Linux/ directory, there is nothing
+# other than i386 in the FreeBSD/ directory as of 2003-18-06.
+ONLY_FOR_ARCHS= i386
+
USE_REINPLACE= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes