diff options
author | flz <flz@FreeBSD.org> | 2006-01-17 22:28:18 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2006-01-17 22:28:18 +0800 |
commit | 14c489021c258cf6daa84c0539092ee0a0272873 (patch) | |
tree | f39f2dc74985337fcf105fcd8236b51477d41a74 /misc/ldconfig_compat | |
parent | b1fdce8f5ba65df773ca59d874a197202844f531 (diff) | |
download | freebsd-ports-gnome-14c489021c258cf6daa84c0539092ee0a0272873.tar.gz freebsd-ports-gnome-14c489021c258cf6daa84c0539092ee0a0272873.tar.zst freebsd-ports-gnome-14c489021c258cf6daa84c0539092ee0a0272873.zip |
- IGNORE for recent RELENG_[56].
Reminded by: mnag
Diffstat (limited to 'misc/ldconfig_compat')
-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 |