summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorFlorent Thoumie <flz@FreeBSD.org>2006-01-17 13:43:16 +0000
committerFlorent Thoumie <flz@FreeBSD.org>2006-01-17 13:43:16 +0000
commit12e6d6a5582d745ba5ef28758bfe9b835162c268 (patch)
treeaec2d1c5eefa83b4936ebb047226b0c097cf418c /misc
parentUpdate to 2.1.18 (diff)
Been there, broke that.
Reported by: portsnap buildbox
Notes
Notes: svn path=/head/; revision=153736
Diffstat (limited to 'misc')
-rw-r--r--misc/ldconfig_compat/bsd.ldconfig.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/ldconfig_compat/bsd.ldconfig.mk b/misc/ldconfig_compat/bsd.ldconfig.mk
index cabeca789e06..eac7cc9d4999 100644
--- a/misc/ldconfig_compat/bsd.ldconfig.mk
+++ b/misc/ldconfig_compat/bsd.ldconfig.mk
@@ -2,8 +2,8 @@ LDCONFIG_DIR= libdata/ldconfig
LDCONFIG32_DIR= libdata/ldconfig32
.if defined(USE_LDCONFIG) || defined(USE_LDCONFIG32)
-.if ${OSVERSION} < 504105 ||
- (${OSVERSION} >= 700000 && ${OSVERSION} < 700012) ||
+.if ${OSVERSION} < 504105 || \
+ (${OSVERSION} >= 700000 && ${OSVERSION} < 700012) || \
(${OSVERSION} >= 600000 && ${OSVERSION} < 600104)
RUN_DEPENDS+= ${LOCALBASE}/${LDCONFIG_DIR}:${PORTSDIR}/misc/ldconfig_compat
.endif