aboutsummaryrefslogtreecommitdiff
path: root/misc/ldconfig_compat/bsd.ldconfig.mk
diff options
context:
space:
mode:
authorFlorent Thoumie <flz@FreeBSD.org>2006-01-09 11:47:16 +0000
committerFlorent Thoumie <flz@FreeBSD.org>2006-01-09 11:47:16 +0000
commit719425c049739e5daf19e0afb5930ed48e5002be (patch)
tree8ac8a96e114adc441cce9c5f3c0dc6d245c6f4af /misc/ldconfig_compat/bsd.ldconfig.mk
parent3369145c11ef8ca3814e90dc61cd38ca8532ff5c (diff)
downloadports-719425c049739e5daf19e0afb5930ed48e5002be.tar.gz
ports-719425c049739e5daf19e0afb5930ed48e5002be.zip
- Fix RUN_DEPENDS in bsd.ldconfig.mk.
- In a previous commit, I said that you need to use the install-rc-script, you should read install-ldconfig-file. Noticed by: ale
Notes
Notes: svn path=/head/; revision=153125
Diffstat (limited to 'misc/ldconfig_compat/bsd.ldconfig.mk')
-rw-r--r--misc/ldconfig_compat/bsd.ldconfig.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/ldconfig_compat/bsd.ldconfig.mk b/misc/ldconfig_compat/bsd.ldconfig.mk
index 17896abb4bf8..babd1494ad02 100644
--- a/misc/ldconfig_compat/bsd.ldconfig.mk
+++ b/misc/ldconfig_compat/bsd.ldconfig.mk
@@ -3,7 +3,7 @@ LDCONFIG32_DIR= libdata/ldconfig32
.if defined(USE_LDCONFIG) || defined(USE_LDCONFIG32)
.if (${OSVERSION} < 700012)
-RUN_DEPENDS+= ${LDCONFIG_DIR}:${PORTSDIR}/misc/ldconfig_compat
+RUN_DEPENDS+= ${LOCALBASE}/${LDCONFIG_DIR}:${PORTSDIR}/misc/ldconfig_compat
.endif
.endif