devel/linux-c7-strace: correction after r547939, use more correct path
Use path that works for both of amd64 and i386 variants.
This commit is contained in:
parent
06fbbfeb67
commit
6131cf3601
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=547942
1 changed files with 2 additions and 2 deletions
|
@ -3,13 +3,13 @@
|
|||
PORTNAME= strace
|
||||
PORTVERSION= 4.24
|
||||
DISTVERSIONSUFFIX= -4.el7
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= trasz@FreeBSD.org
|
||||
COMMENT= System call tracer (CentOS ${LINUX_DIST_VER})
|
||||
|
||||
RUN_DEPENDS= /compat/linux/usr/lib64/libdw.so.1:devel/linux-c7-elfutils-libs
|
||||
RUN_DEPENDS= ${LINUXBASE}/usr/lib/libdw.so.1:devel/linux-c7-elfutils-libs
|
||||
|
||||
USES= linux:c7
|
||||
USE_LINUX_RPM= nolib
|
||||
|
|
Loading…
Reference in a new issue