aboutsummaryrefslogtreecommitdiff
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
parent3ba5349872c91f90b00e8460d84b0f01e6aca0c4 (diff)
downloadports-78ca0c056e70ab1669e08b9eec27063d50257d89.tar.gz
ports-78ca0c056e70ab1669e08b9eec27063d50257d89.zip
Notes
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