aboutsummaryrefslogtreecommitdiff
path: root/misc/ldconfig_compat
diff options
context:
space:
mode:
authorFlorent Thoumie <flz@FreeBSD.org>2006-01-17 14:28:18 +0000
committerFlorent Thoumie <flz@FreeBSD.org>2006-01-17 14:28:18 +0000
commit9a34c3cba070706d69d0252df06520cedadac5a1 (patch)
tree25d71b13ff2c293ac8bd2a57613136c4330ee595 /misc/ldconfig_compat
parent28b5848449e83c6ed5c18d72a1ec29f3f4e75d55 (diff)
downloadports-9a34c3cba070706d69d0252df06520cedadac5a1.tar.gz
ports-9a34c3cba070706d69d0252df06520cedadac5a1.zip
- IGNORE for recent RELENG_[56].
Reminded by: mnag
Notes
Notes: svn path=/head/; revision=153741
Diffstat (limited to 'misc/ldconfig_compat')
-rw-r--r--misc/ldconfig_compat/Makefile6
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