1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

One more fix for compat9x dependency

Reported by:	jkim@
This commit is contained in:
Renato Botelho 2013-10-22 22:16:15 +00:00
parent 6b2de053c8
commit 9173896a24
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=331333

View File

@ -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