diff options
Diffstat (limited to 'misc/ldconfig_compat/Makefile')
-rw-r--r-- | misc/ldconfig_compat/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/misc/ldconfig_compat/Makefile b/misc/ldconfig_compat/Makefile index 20ee4e9bc6c0..508df69bf09a 100644 --- a/misc/ldconfig_compat/Makefile +++ b/misc/ldconfig_compat/Makefile @@ -7,7 +7,7 @@ PORTNAME= ldconfig_compat PORTVERSION= 1.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= misc MASTER_SITES= # none DISTFILES= # none @@ -34,7 +34,9 @@ LOCAL_PREFIXES= ${PREFIX} .include <bsd.port.pre.mk> .include "${.CURDIR}/bsd.ldconfig.mk" -.if ${OSVERSION} >= 700012 +.if ${OSVERSION} < 504105 || \ + (${OSVERSION} >= 700000 && ${OSVERSION} < 700012) || \ + (${OSVERSION} >= 600000 && ${OSVERSION} < 600104) IGNORE= isn't needed (part of base rc.d) .endif |