diff options
author | flz <flz@FreeBSD.org> | 2006-01-17 21:07:15 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2006-01-17 21:07:15 +0800 |
commit | 57d6270f2845cbf8d7f2a7ae586b77d7e7f698d6 (patch) | |
tree | 80e41564f5fe86c88a446d3739de30ed3fca7878 /misc/ldconfig_compat | |
parent | e7270df53c0c2ab5ac2907dde6f8d3376e7a7bd6 (diff) | |
download | freebsd-ports-gnome-57d6270f2845cbf8d7f2a7ae586b77d7e7f698d6.tar.gz freebsd-ports-gnome-57d6270f2845cbf8d7f2a7ae586b77d7e7f698d6.tar.zst freebsd-ports-gnome-57d6270f2845cbf8d7f2a7ae586b77d7e7f698d6.zip |
- ldconfig changes have been MFC'ed to RELENG_[56].
Diffstat (limited to 'misc/ldconfig_compat')
-rw-r--r-- | misc/ldconfig_compat/bsd.ldconfig.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/ldconfig_compat/bsd.ldconfig.mk b/misc/ldconfig_compat/bsd.ldconfig.mk index babd1494ad02..cabeca789e06 100644 --- a/misc/ldconfig_compat/bsd.ldconfig.mk +++ b/misc/ldconfig_compat/bsd.ldconfig.mk @@ -2,7 +2,9 @@ LDCONFIG_DIR= libdata/ldconfig LDCONFIG32_DIR= libdata/ldconfig32 .if defined(USE_LDCONFIG) || defined(USE_LDCONFIG32) -.if (${OSVERSION} < 700012) +.if ${OSVERSION} < 504105 || + (${OSVERSION} >= 700000 && ${OSVERSION} < 700012) || + (${OSVERSION} >= 600000 && ${OSVERSION} < 600104) RUN_DEPENDS+= ${LOCALBASE}/${LDCONFIG_DIR}:${PORTSDIR}/misc/ldconfig_compat .endif .endif |