diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2006-01-17 14:29:42 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2006-01-17 14:29:42 +0000 |
commit | e122dacb0170b76677b26e1700c186257d19970c (patch) | |
tree | 2f90cc5683281ed0fffd437307838647f2525987 /misc/ldconfig_compat/Makefile | |
parent | 9a34c3cba070706d69d0252df06520cedadac5a1 (diff) | |
download | ports-e122dacb0170b76677b26e1700c186257d19970c.tar.gz ports-e122dacb0170b76677b26e1700c186257d19970c.zip |
Notes
Diffstat (limited to 'misc/ldconfig_compat/Makefile')
-rw-r--r-- | misc/ldconfig_compat/Makefile | 4 |
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 |