mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
One more fix for compat9x dependency
Reported by: jkim@
This commit is contained in:
parent
6b2de053c8
commit
9173896a24
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=331333
@ -28,7 +28,7 @@ IGNORE= is for FreeBSD 8.x and newer
|
||||
|
||||
# libstdc++.so.6 could be necessary to run an 8.x binary
|
||||
.if ${OSVERSION} >= 1000054
|
||||
RUN_DEPENDS= libstdc++.so.6:${PORTSDIR}/misc/compat9x
|
||||
RUN_DEPENDS= ${LOCALBASE}/lib/compat/libstdc++.so.6:${PORTSDIR}/misc/compat9x
|
||||
.endif
|
||||
|
||||
.if ${ARCH} == amd64
|
||||
|
Loading…
Reference in New Issue
Block a user