aboutsummaryrefslogtreecommitdiffstats
path: root/misc/ldconfig_compat
diff options
context:
space:
mode:
authorflz <flz@FreeBSD.org>2006-01-17 21:43:16 +0800
committerflz <flz@FreeBSD.org>2006-01-17 21:43:16 +0800
commit82f35384a0d413d170752b96c6a75792f60a94e3 (patch)
treef085248f6f19d113dfde23bcd2083358d859106b /misc/ldconfig_compat
parent7c574b91bd7173cb49cd1f6ccd155097ac1acc2d (diff)
downloadfreebsd-ports-gnome-82f35384a0d413d170752b96c6a75792f60a94e3.tar.gz
freebsd-ports-gnome-82f35384a0d413d170752b96c6a75792f60a94e3.tar.zst
freebsd-ports-gnome-82f35384a0d413d170752b96c6a75792f60a94e3.zip
Been there, broke that.
Reported by: portsnap buildbox
Diffstat (limited to 'misc/ldconfig_compat')
-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