- 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
This commit is contained in:
Florent Thoumie 2006-01-09 11:47:16 +00:00
parent 3369145c11
commit 719425c049
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=153125

View file

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