aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2013-10-22 22:16:15 +0000
committerRenato Botelho <garga@FreeBSD.org>2013-10-22 22:16:15 +0000
commit9173896a240d2a4de9c3fdca3a8f4fa5b076f464 (patch)
treefc1a213587cc7f2f4f5d4aefcde962542f833808 /misc
parent6b2de053c8e4c82cdc656549fd9a649e61faff65 (diff)
downloadports-9173896a240d2a4de9c3fdca3a8f4fa5b076f464.tar.gz
ports-9173896a240d2a4de9c3fdca3a8f4fa5b076f464.zip
One more fix for compat9x dependency
Reported by: jkim@
Notes
Notes: svn path=/head/; revision=331333
Diffstat (limited to 'misc')
-rw-r--r--misc/compat8x/Makefile2
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