aboutsummaryrefslogtreecommitdiff
path: root/misc/ldconfig_compat
diff options
context:
space:
mode:
authorFlorent Thoumie <flz@FreeBSD.org>2006-01-17 14:29:42 +0000
committerFlorent Thoumie <flz@FreeBSD.org>2006-01-17 14:29:42 +0000
commite122dacb0170b76677b26e1700c186257d19970c (patch)
tree2f90cc5683281ed0fffd437307838647f2525987 /misc/ldconfig_compat
parent9a34c3cba070706d69d0252df06520cedadac5a1 (diff)
downloadports-e122dacb0170b76677b26e1700c186257d19970c.tar.gz
ports-e122dacb0170b76677b26e1700c186257d19970c.zip
Ok, maybe I'll do something right today. Revert the logic.
Notes
Notes: svn path=/head/; revision=153742
Diffstat (limited to 'misc/ldconfig_compat')
-rw-r--r--misc/ldconfig_compat/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/ldconfig_compat/Makefile b/misc/ldconfig_compat/Makefile
index 508df69bf09a..06bb0927374f 100644
--- a/misc/ldconfig_compat/Makefile
+++ b/misc/ldconfig_compat/Makefile
@@ -34,9 +34,9 @@ LOCAL_PREFIXES= ${PREFIX}
.include <bsd.port.pre.mk>
.include "${.CURDIR}/bsd.ldconfig.mk"
-.if ${OSVERSION} < 504105 || \
+.if !(${OSVERSION} < 504105 || \
(${OSVERSION} >= 700000 && ${OSVERSION} < 700012) || \
- (${OSVERSION} >= 600000 && ${OSVERSION} < 600104)
+ (${OSVERSION} >= 600000 && ${OSVERSION} < 600104))
IGNORE= isn't needed (part of base rc.d)
.endif