diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2006-01-09 11:47:16 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2006-01-09 11:47:16 +0000 |
commit | 719425c049739e5daf19e0afb5930ed48e5002be (patch) | |
tree | 8ac8a96e114adc441cce9c5f3c0dc6d245c6f4af /misc/ldconfig_compat | |
parent | 3369145c11ef8ca3814e90dc61cd38ca8532ff5c (diff) | |
download | ports-719425c049739e5daf19e0afb5930ed48e5002be.tar.gz ports-719425c049739e5daf19e0afb5930ed48e5002be.zip |
Notes
Diffstat (limited to 'misc/ldconfig_compat')
-rw-r--r-- | misc/ldconfig_compat/bsd.ldconfig.mk | 2 |
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 |