aboutsummaryrefslogtreecommitdiff
path: root/misc/ldconfig_compat
diff options
context:
space:
mode:
authorFlorent Thoumie <flz@FreeBSD.org>2006-01-17 13:07:15 +0000
committerFlorent Thoumie <flz@FreeBSD.org>2006-01-17 13:07:15 +0000
commit3ac655113fa55be2a1f67f1961fdc454432a7559 (patch)
treee3e004b98b8a502c864935f2a7c7945fdb9dbd2b /misc/ldconfig_compat
parent75737a04b5cb2c12567ec5bdd341409ad78455e8 (diff)
downloadports-3ac655113fa55be2a1f67f1961fdc454432a7559.tar.gz
ports-3ac655113fa55be2a1f67f1961fdc454432a7559.zip
- ldconfig changes have been MFC'ed to RELENG_[56].
Notes
Notes: svn path=/head/; revision=153727
Diffstat (limited to 'misc/ldconfig_compat')
-rw-r--r--misc/ldconfig_compat/bsd.ldconfig.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/ldconfig_compat/bsd.ldconfig.mk b/misc/ldconfig_compat/bsd.ldconfig.mk
index babd1494ad02..cabeca789e06 100644
--- a/misc/ldconfig_compat/bsd.ldconfig.mk
+++ b/misc/ldconfig_compat/bsd.ldconfig.mk
@@ -2,7 +2,9 @@ LDCONFIG_DIR= libdata/ldconfig
LDCONFIG32_DIR= libdata/ldconfig32
.if defined(USE_LDCONFIG) || defined(USE_LDCONFIG32)
-.if (${OSVERSION} < 700012)
+.if ${OSVERSION} < 504105 ||
+ (${OSVERSION} >= 700000 && ${OSVERSION} < 700012) ||
+ (${OSVERSION} >= 600000 && ${OSVERSION} < 600104)
RUN_DEPENDS+= ${LOCALBASE}/${LDCONFIG_DIR}:${PORTSDIR}/misc/ldconfig_compat
.endif
.endif