aboutsummaryrefslogtreecommitdiffstats
path: root/devel/linux-c7-strace
diff options
context:
space:
mode:
authortijl <tijl@FreeBSD.org>2019-07-08 01:36:37 +0800
committertijl <tijl@FreeBSD.org>2019-07-08 01:36:37 +0800
commit6bfbef43db4c63242b8ae506d9eb09530db999e3 (patch)
tree3dbd9fb52462d4a8103b95d61d371d479e361ff4 /devel/linux-c7-strace
parentd4523ab070d717226f5c2510f88f897283474629 (diff)
downloadfreebsd-ports-gnome-6bfbef43db4c63242b8ae506d9eb09530db999e3.tar.gz
freebsd-ports-gnome-6bfbef43db4c63242b8ae506d9eb09530db999e3.tar.zst
freebsd-ports-gnome-6bfbef43db4c63242b8ae506d9eb09530db999e3.zip
Switch to USE_LINUX_RPM=nolib. This prevents downloading and extracting
the i386 package on amd64. This change does not affect the package contents because the amd64 package is extracted after the i386 package and replaced it completely.
Diffstat (limited to 'devel/linux-c7-strace')
-rw-r--r--devel/linux-c7-strace/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/linux-c7-strace/Makefile b/devel/linux-c7-strace/Makefile
index d23fddccd85e..fd3e302f702a 100644
--- a/devel/linux-c7-strace/Makefile
+++ b/devel/linux-c7-strace/Makefile
@@ -10,6 +10,6 @@ MAINTAINER= trasz@FreeBSD.org
COMMENT= System call tracer (CentOS ${LINUX_DIST_VER})
USES= linux:c7
-USE_LINUX_RPM= yes
+USE_LINUX_RPM= nolib
.include <bsd.port.mk>