ports/devel/linux-c7-strace/Makefile
Tijl Coosemans 8471df52d7 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.
2019-07-07 17:36:37 +00:00

15 lines
256 B
Makefile

# $FreeBSD$
PORTNAME= strace
PORTVERSION= 4.12
DISTVERSIONSUFFIX= -9.el7
PORTREVISION= 1
CATEGORIES= devel
MAINTAINER= trasz@FreeBSD.org
COMMENT= System call tracer (CentOS ${LINUX_DIST_VER})
USES= linux:c7
USE_LINUX_RPM= nolib
.include <bsd.port.mk>