aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorflz <flz@FreeBSD.org>2006-01-09 19:47:16 +0800
committerflz <flz@FreeBSD.org>2006-01-09 19:47:16 +0800
commit80390e5130294853892f3e67a36a3b75d722111f (patch)
tree6a59a34c395fa87e90b18ace25bff10a201d4ee9 /misc
parenta3ee92868c61f606ec99a1785bb19587df0f24a7 (diff)
downloadfreebsd-ports-gnome-80390e5130294853892f3e67a36a3b75d722111f.tar.gz
freebsd-ports-gnome-80390e5130294853892f3e67a36a3b75d722111f.tar.zst
freebsd-ports-gnome-80390e5130294853892f3e67a36a3b75d722111f.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
Diffstat (limited to 'misc')
-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