aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authornaddy <naddy@FreeBSD.org>2003-06-29 22:51:20 +0800
committernaddy <naddy@FreeBSD.org>2003-06-29 22:51:20 +0800
commit65e491bb56b984de9b5a7cd4836886c25f0e9423 (patch)
tree451cb75f9c80083ab22c317c5d08f30ad8c48291 /sysutils
parentc85f2979f51472fa907d74ebf4f40a7d878008cb (diff)
downloadfreebsd-ports-gnome-65e491bb56b984de9b5a7cd4836886c25f0e9423.tar.gz
freebsd-ports-gnome-65e491bb56b984de9b5a7cd4836886c25f0e9423.tar.zst
freebsd-ports-gnome-65e491bb56b984de9b5a7cd4836886c25f0e9423.zip
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>
Diffstat (limited to 'sysutils')
-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