diff options
-rw-r--r-- | misc/compat8x/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/compat8x/Makefile b/misc/compat8x/Makefile index d1c426155be3..13d1596ca965 100644 --- a/misc/compat8x/Makefile +++ b/misc/compat8x/Makefile @@ -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 |